Class CrmGetContactRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmGetContactRequest.Builder
-
- Enclosing class:
- CrmGetContactRequest
public static final class CrmGetContactRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrmGetContactRequestbuild()CrmGetContactRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)CrmGetContactRequest.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)CrmGetContactRequest.Builderid(java.lang.String id)CrmGetContactRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseCrmGetContactRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseCrmGetContactRequest.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' keyCrmGetContactRequest.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' keyCrmGetContactRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedCrmGetContactRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedCrmGetContactRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public CrmGetContactRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public CrmGetContactRequest.Builder id(java.lang.String id)
-
raw
public CrmGetContactRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public CrmGetContactRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public CrmGetContactRequest.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 CrmGetContactRequest.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 CrmGetContactRequest.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 CrmGetContactRequest.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)
-
include
public CrmGetContactRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public CrmGetContactRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of fields that will be included in the response
-
build
public CrmGetContactRequest build()
-
-