Class CrmGetContactRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmGetContactRequest
-
public class CrmGetContactRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrmGetContactRequest.Builder
-
Constructor Summary
Constructors Constructor Description CrmGetContactRequest(java.lang.String xAccountId, java.lang.String id)CrmGetContactRequest(java.lang.String xAccountId, java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrmGetContactRequest.Builderbuilder()booleanequals(java.lang.Object o)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)inthashCode()java.lang.Stringid()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>include()The comma separated list of fields that will be included in the responseorg.openapitools.jackson.nullable.JsonNullable<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' keyorg.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)java.lang.StringtoString()CrmGetContactRequestwithFields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)CrmGetContactRequestwithFields(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)CrmGetContactRequestwithId(java.lang.String id)CrmGetContactRequestwithInclude(java.lang.String include)The comma separated list of fields that will be included in the responseCrmGetContactRequestwithInclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseCrmGetContactRequestwithProxy(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' keyCrmGetContactRequestwithProxy(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' keyCrmGetContactRequestwithRaw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)CrmGetContactRequestwithRaw(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)CrmGetContactRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
CrmGetContactRequest
public CrmGetContactRequest(java.lang.String xAccountId, java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
-
CrmGetContactRequest
public CrmGetContactRequest(java.lang.String xAccountId, java.lang.String id)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
raw
public 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 org.openapitools.jackson.nullable.JsonNullable<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 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 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include()
The comma separated list of fields that will be included in the response
-
builder
public static final CrmGetContactRequest.Builder builder()
-
withXAccountId
public CrmGetContactRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public CrmGetContactRequest withId(java.lang.String id)
-
withRaw
public CrmGetContactRequest withRaw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
withRaw
public CrmGetContactRequest withRaw(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)
-
withProxy
public CrmGetContactRequest withProxy(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
-
withProxy
public CrmGetContactRequest withProxy(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
-
withFields
public CrmGetContactRequest withFields(java.lang.String fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
withFields
public CrmGetContactRequest withFields(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)
-
withInclude
public CrmGetContactRequest withInclude(java.lang.String include)
The comma separated list of fields that will be included in the response
-
withInclude
public CrmGetContactRequest withInclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of fields that will be included in the response
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-