Class ChangeStatusRequest
Object
ChangeStatusRequest
- All Implemented Interfaces:
Serializable
The properties of the Status to be changed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeStatusRequest.Builderbuilder()protected booleanbooleanThe new description for the Status.getId()Required. The ID of the Status to be changed.getName()The new name for the Status.inthashCode()voidsetDescription(String description) The new description for the Status.voidRequired. The ID of the Status to be changed.voidThe new name for the Status.toString()
-
Constructor Details
-
ChangeStatusRequest
public ChangeStatusRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the Status to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getName
The new name for the Status. -
getDescription
The new description for the Status. -
setId
Required. The ID of the Status to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setName
The new name for the Status. -
setDescription
The new description for the Status. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-