Class AddStatusRequest.Builder
Object
Builder
- Enclosing class:
AddStatusRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.description(String description) The description of the new Status.The ID of the new Status.Required. The name of the new Status.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddStatusRequest.builder().Clone method for this Builder. -
id
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.- Returns:
this.
-
name
Required. The name of the new Status. Should be unique within all Statuses.- Returns:
this.
-
description
The description of the new Status.- Returns:
this.
-
build
-
toString
-