Class CategoriesPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CategoriesPaginated
-
public class CategoriesPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategoriesPaginated.Builder
-
Constructor Summary
Constructors Constructor Description CategoriesPaginated(java.util.List<Category> data)CategoriesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<Category> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CategoriesPaginated.Builderbuilder()java.util.List<Category>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()CategoriesPaginatedwithData(java.util.List<Category> data)CategoriesPaginatedwithNext(java.lang.String next)CategoriesPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)CategoriesPaginatedwithRaw(java.util.List<RawResponse> raw)CategoriesPaginatedwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
CategoriesPaginated
public CategoriesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<Category> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
CategoriesPaginated
public CategoriesPaginated(java.util.List<Category> data)
-
-
Method Detail
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
-
data
public java.util.List<Category> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static final CategoriesPaginated.Builder builder()
-
withNext
public CategoriesPaginated withNext(java.lang.String next)
-
withNext
public CategoriesPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
withData
public CategoriesPaginated withData(java.util.List<Category> data)
-
withRaw
public CategoriesPaginated withRaw(java.util.List<RawResponse> raw)
-
withRaw
public CategoriesPaginated 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
-
-