Class ChangeStatusRequest.Builder
Object
Builder
- Enclosing class:
ChangeStatusRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.description(String description) The new description for the Status.Required. The ID of the Status to be changed.The new name for the Status.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeStatusRequest.builder().Clone method for this Builder. -
id
Required. The ID of the Status to be changed.- Returns:
this.
-
name
The new name for the Status.- Returns:
this.
-
description
The new description for the Status.- Returns:
this.
-
build
-
toString
-