public final class UpdateCustomFieldRequest extends ApiServiceRequest
| Constructor and Description |
|---|
UpdateCustomFieldRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Field> |
getFields() |
ObjectType |
getObjectType() |
java.lang.Long |
getProjectId() |
void |
setField(java.util.List<Field> fields)
Sets the field object.
|
void |
setObjectType(ObjectType objectType)
Sets the object type.
|
void |
setProjectId(java.lang.Long projectId)
Sets project identifier.
|
java.lang.String |
toString() |
UpdateCustomFieldRequest |
withFields(java.util.List<Field> fields)
Sets the field object.
|
UpdateCustomFieldRequest |
withObjectType(ObjectType objectType)
Sets the object type and return current instance.
|
UpdateCustomFieldRequest |
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 UpdateCustomFieldRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.UpdateCustomFieldRequest instance.public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
objectType - the given object type to set.public UpdateCustomFieldRequest withObjectType(ObjectType objectType)
objectType - the given object type to set.UpdateCustomFieldRequest instance.public java.util.List<Field> getFields()
public void setField(java.util.List<Field> fields)
fields - the given field object to set.public UpdateCustomFieldRequest withFields(java.util.List<Field> fields)
fields - the given field object to set.UpdateCustomFieldRequest instance.public java.lang.String toString()
toString in class ApiServiceRequest