Class CustomFieldDefinitionsPaginated.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CustomFieldDefinitionsPaginated.Builder
-
- Enclosing class:
- CustomFieldDefinitionsPaginated
public static final class CustomFieldDefinitionsPaginated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CustomFieldDefinitionsPaginatedbuild()CustomFieldDefinitionsPaginated.Builderdata(java.util.List<CustomFieldDefinition> data)CustomFieldDefinitionsPaginated.Buildernext(java.lang.String next)CustomFieldDefinitionsPaginated.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)CustomFieldDefinitionsPaginated.BuildernextPage(java.lang.String nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CustomFieldDefinitionsPaginated.BuildernextPage(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.CustomFieldDefinitionsPaginated.Builderraw(java.util.List<RawResponse> raw)CustomFieldDefinitionsPaginated.Builderraw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Method Detail
-
nextPage
@Deprecated public CustomFieldDefinitionsPaginated.Builder nextPage(java.lang.String nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
nextPage
@Deprecated public CustomFieldDefinitionsPaginated.Builder nextPage(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 CustomFieldDefinitionsPaginated.Builder next(java.lang.String next)
-
next
public CustomFieldDefinitionsPaginated.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
data
public CustomFieldDefinitionsPaginated.Builder data(java.util.List<CustomFieldDefinition> data)
-
raw
public CustomFieldDefinitionsPaginated.Builder raw(java.util.List<RawResponse> raw)
-
raw
public CustomFieldDefinitionsPaginated.Builder raw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
build
public CustomFieldDefinitionsPaginated build()
-
-