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