Class ActionsMetaPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ActionsMetaPaginated
-
public class ActionsMetaPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionsMetaPaginated.Builder
-
Constructor Summary
Constructors Constructor Description ActionsMetaPaginated()ActionsMetaPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionsMetaPaginated.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<ActionsMeta>>data()The list of actions metadatabooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()Cursor for fetching the next page of resultsjava.lang.StringtoString()ActionsMetaPaginatedwithData(java.util.List<ActionsMeta> data)The list of actions metadataActionsMetaPaginatedwithData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)The list of actions metadataActionsMetaPaginatedwithNext(java.lang.String next)Cursor for fetching the next page of resultsActionsMetaPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)Cursor for fetching the next page of results
-
-
-
Constructor Detail
-
ActionsMetaPaginated
public ActionsMetaPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)
-
ActionsMetaPaginated
public ActionsMetaPaginated()
-
-
Method Detail
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
Cursor for fetching the next page of results
-
data
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<ActionsMeta>> data()
The list of actions metadata
-
builder
public static ActionsMetaPaginated.Builder builder()
-
withNext
public ActionsMetaPaginated withNext(java.lang.String next)
Cursor for fetching the next page of results
-
withNext
public ActionsMetaPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
Cursor for fetching the next page of results
-
withData
public ActionsMetaPaginated withData(java.util.List<ActionsMeta> data)
The list of actions metadata
-
withData
public ActionsMetaPaginated withData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)
The list of actions metadata
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-