public final class UpdateSystemFieldRequest extends ApiServiceRequest
| Constructor and Description |
|---|
UpdateSystemFieldRequest() |
| Modifier and Type | Method and Description |
|---|---|
Field |
getField() |
java.lang.Long |
getObjectId() |
ObjectType |
getObjectType() |
java.lang.Long |
getProjectId() |
void |
setField(Field field)
Sets the field object.
|
void |
setObjectId(java.lang.Long objectId)
Sets the object identifier.
|
void |
setObjectType(ObjectType objectType)
Sets the object type.
|
void |
setProjectId(java.lang.Long projectId)
Sets project identifier.
|
java.lang.String |
toString() |
UpdateSystemFieldRequest |
withField(Field field)
Sets the field object.
|
UpdateSystemFieldRequest |
withFieldId(java.lang.Long fieldId)
Sets the field identifier.
|
UpdateSystemFieldRequest |
withObjectType(ObjectType objectType)
Sets the object type and return current instance.
|
UpdateSystemFieldRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier and return current instance.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public UpdateSystemFieldRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.UpdateSystemFieldRequest instance.public java.lang.Long getObjectId()
public void setObjectId(java.lang.Long objectId)
objectId - the given field identifier value to set.public UpdateSystemFieldRequest withFieldId(java.lang.Long fieldId)
fieldId - the given field identifier value to set.UpdateSystemFieldRequest instance.public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
objectType - the given object type to set.public UpdateSystemFieldRequest withObjectType(ObjectType objectType)
objectType - the given object type to set.UpdateSystemFieldRequest instance.public Field getField()
public void setField(Field field)
field - the given field object to set.public UpdateSystemFieldRequest withField(Field field)
field - the given field object to set.UpdateSystemFieldRequest instance.public java.lang.String toString()
toString in class ApiServiceRequest