Class AtsListApplicationChangesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationChangesRequest.Builder
-
- Enclosing class:
- AtsListApplicationChangesRequest
public static final class AtsListApplicationChangesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationChangesRequestbuild()AtsListApplicationChangesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)AtsListApplicationChangesRequest.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)AtsListApplicationChangesRequest.Builderfilter(AtsListApplicationChangesQueryParamFilter filter)Filter parameters for application changes (supports created_after and change_type)AtsListApplicationChangesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListApplicationChangesQueryParamFilter> filter)Filter parameters for application changes (supports created_after and change_type)AtsListApplicationChangesRequest.Builderid(java.lang.String id)AtsListApplicationChangesRequest.Buildernext(java.lang.String next)The unified cursorAtsListApplicationChangesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorAtsListApplicationChangesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)AtsListApplicationChangesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)AtsListApplicationChangesRequest.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' keyAtsListApplicationChangesRequest.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' keyAtsListApplicationChangesRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)AtsListApplicationChangesRequest.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)AtsListApplicationChangesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsListApplicationChangesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public AtsListApplicationChangesRequest.Builder id(java.lang.String id)
-
raw
public AtsListApplicationChangesRequest.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 AtsListApplicationChangesRequest.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 AtsListApplicationChangesRequest.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 AtsListApplicationChangesRequest.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 AtsListApplicationChangesRequest.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 AtsListApplicationChangesRequest.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)
-
pageSize
public AtsListApplicationChangesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public AtsListApplicationChangesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public AtsListApplicationChangesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public AtsListApplicationChangesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
filter
public AtsListApplicationChangesRequest.Builder filter(AtsListApplicationChangesQueryParamFilter filter)
Filter parameters for application changes (supports created_after and change_type)
-
filter
public AtsListApplicationChangesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListApplicationChangesQueryParamFilter> filter)
Filter parameters for application changes (supports created_after and change_type)
-
build
public AtsListApplicationChangesRequest build()
-
-