Class IamListRolesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.IamListRolesRequest.Builder
-
- Enclosing class:
- IamListRolesRequest
public static final class IamListRolesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IamListRolesRequestbuild()IamListRolesRequest.Builderexpand(java.lang.String expand)The comma separated list of fields that will be expanded in the responseIamListRolesRequest.Builderexpand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)The comma separated list of fields that will be expanded in the responseIamListRolesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)IamListRolesRequest.Builderfields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)IamListRolesRequest.Builderfilter(IamListRolesQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseIamListRolesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends IamListRolesQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseIamListRolesRequest.Buildernext(java.lang.String next)The unified cursorIamListRolesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorIamListRolesRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListRolesRequest.Builderpage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListRolesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per pageIamListRolesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per pageIamListRolesRequest.Builderproxy(java.util.Map<java.lang.String,java.lang.Object> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyIamListRolesRequest.Builderproxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyIamListRolesRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedIamListRolesRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedIamListRolesRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListRolesRequest.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListRolesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public IamListRolesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public IamListRolesRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public IamListRolesRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public IamListRolesRequest.Builder proxy(java.util.Map<java.lang.String,java.lang.Object> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
proxy
public IamListRolesRequest.Builder proxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
fields
public IamListRolesRequest.Builder fields(java.lang.String fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
fields
public IamListRolesRequest.Builder fields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
filter
public IamListRolesRequest.Builder filter(IamListRolesQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public IamListRolesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends IamListRolesQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public IamListRolesRequest.Builder page(java.lang.String page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
page
@Deprecated public IamListRolesRequest.Builder page(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
pageSize
public IamListRolesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page
-
pageSize
public IamListRolesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page
-
next
public IamListRolesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public IamListRolesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public IamListRolesRequest.Builder updatedAfter(java.lang.String updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
updatedAfter
@Deprecated public IamListRolesRequest.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
expand
public IamListRolesRequest.Builder expand(java.lang.String expand)
The comma separated list of fields that will be expanded in the response
-
expand
public IamListRolesRequest.Builder expand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)
The comma separated list of fields that will be expanded in the response
-
build
public IamListRolesRequest build()
-
-