Class NotificationListResponse
- java.lang.Object
-
- com.courier.api.resources.notifications.types.NotificationListResponse
-
public final class NotificationListResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationListResponse._FinalStagestatic classNotificationListResponse.Builderstatic interfaceNotificationListResponse.PagingStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationListResponse.PagingStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()PaginggetPaging()java.util.List<Notification>getResults()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPaging
public Paging getPaging()
-
getResults
public java.util.List<Notification> getResults()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static NotificationListResponse.PagingStage builder()
-
-