Class ContentBlocksPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ContentBlocksPaginated
-
public class ContentBlocksPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContentBlocksPaginated.Builder
-
Constructor Summary
Constructors Constructor Description ContentBlocksPaginated(java.util.List<ContentBlock> data)ContentBlocksPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<ContentBlock> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ContentBlocksPaginated.Builderbuilder()java.util.List<ContentBlock>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>nextPage()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()ContentBlocksPaginatedwithData(java.util.List<ContentBlock> data)ContentBlocksPaginatedwithNext(java.lang.String next)ContentBlocksPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)ContentBlocksPaginatedwithNextPage(java.lang.String nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ContentBlocksPaginatedwithNextPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ContentBlocksPaginatedwithRaw(java.util.List<RawResponse> raw)ContentBlocksPaginatedwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
ContentBlocksPaginated
public ContentBlocksPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<ContentBlock> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
ContentBlocksPaginated
public ContentBlocksPaginated(java.util.List<ContentBlock> data)
-
-
Method Detail
-
nextPage
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
-
data
public java.util.List<ContentBlock> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static ContentBlocksPaginated.Builder builder()
-
withNextPage
@Deprecated public ContentBlocksPaginated withNextPage(java.lang.String nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
withNextPage
@Deprecated public ContentBlocksPaginated withNextPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
withNext
public ContentBlocksPaginated withNext(java.lang.String next)
-
withNext
public ContentBlocksPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
withData
public ContentBlocksPaginated withData(java.util.List<ContentBlock> data)
-
withRaw
public ContentBlocksPaginated withRaw(java.util.List<RawResponse> raw)
-
withRaw
public ContentBlocksPaginated withRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
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
-
-