public final class GetFieldsRequest extends ApiServiceRequest
| Constructor and Description |
|---|
GetFieldsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
getObjectType() |
java.lang.Long |
getProjectId() |
boolean |
isIncludeInactive() |
GetFieldsRequest |
setIncludeInactive(boolean includeInactive) |
void |
setObjectType(ObjectType objectType)
Sets the request object type.
|
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
java.lang.String |
toString() |
GetFieldsRequest |
withIncludeInactive(boolean includeInactive) |
GetFieldsRequest |
withObjectType(ObjectType objectType)
Sets the request object type.
|
GetFieldsRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public GetFieldsRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
objectType - the given request object type to set.public GetFieldsRequest withObjectType(ObjectType objectType)
objectType - the given request object type to set.public boolean isIncludeInactive()
public GetFieldsRequest setIncludeInactive(boolean includeInactive)
includeInactive - includeInactivepublic GetFieldsRequest withIncludeInactive(boolean includeInactive)
includeInactive - includeInactivepublic java.lang.String toString()
toString in class ApiServiceRequest