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