Class AddStatusRequest
Object
AddStatusRequest
- All Implemented Interfaces:
Serializable
The properties of the Status to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddStatusRequest.Builderbuilder()protected booleanbooleanThe description of the new Status.getId()The ID of the new Status.getName()Required. The name of the new Status.inthashCode()voidsetDescription(String description) The description of the new Status.voidThe ID of the new Status.voidRequired. The name of the new Status.toString()
-
Constructor Details
-
AddStatusRequest
public AddStatusRequest()
-
-
Method Details
-
builder
-
getId
The ID of the new Status. Should be unique within all Statuses.It should have a format of universally unique identifier (UUID) and should not start with
00000000-0000-0000-which is a reserved prefix. -
getName
Required. The name of the new Status. Should be unique within all Statuses. -
getDescription
The description of the new Status. -
setId
The ID of the new Status. Should be unique within all Statuses.It should have a format of universally unique identifier (UUID) and should not start with
00000000-0000-0000-which is a reserved prefix. -
setName
Required. The name of the new Status. Should be unique within all Statuses. -
setDescription
The description of the new Status. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-