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