Class IamListGroupsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.IamListGroupsRequest.Builder
-
- Enclosing class:
- IamListGroupsRequest
public static final class IamListGroupsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IamListGroupsRequestbuild()IamListGroupsRequest.Builderexpand(java.lang.String expand)The comma separated list of fields that will be expanded in the responseIamListGroupsRequest.Builderexpand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)The comma separated list of fields that will be expanded in the responseIamListGroupsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)IamListGroupsRequest.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)IamListGroupsRequest.Builderfilter(IamListGroupsQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseIamListGroupsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends IamListGroupsQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseIamListGroupsRequest.Buildernext(java.lang.String next)The unified cursorIamListGroupsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorIamListGroupsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListGroupsRequest.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.IamListGroupsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)IamListGroupsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)IamListGroupsRequest.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' keyIamListGroupsRequest.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' keyIamListGroupsRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)IamListGroupsRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)IamListGroupsRequest.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListGroupsRequest.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.IamListGroupsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public IamListGroupsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public IamListGroupsRequest.Builder raw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
raw
public IamListGroupsRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
proxy
public IamListGroupsRequest.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 IamListGroupsRequest.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 IamListGroupsRequest.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 IamListGroupsRequest.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 IamListGroupsRequest.Builder filter(IamListGroupsQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public IamListGroupsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends IamListGroupsQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public IamListGroupsRequest.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 IamListGroupsRequest.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 IamListGroupsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public IamListGroupsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public IamListGroupsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public IamListGroupsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public IamListGroupsRequest.Builder updatedAfter(java.time.OffsetDateTime 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 IamListGroupsRequest.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> 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 IamListGroupsRequest.Builder expand(java.lang.String expand)
The comma separated list of fields that will be expanded in the response
-
expand
public IamListGroupsRequest.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 IamListGroupsRequest build()
-
-