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