Class ChangeStatusRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- ChangeStatusRequest
public static final class ChangeStatusRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ChangeStatusRequest
build()
ChangeStatusRequest.Builder
but()
Deprecated.This method will be removed in the future.ChangeStatusRequest.Builder
description(String description)
The new description for the Status.ChangeStatusRequest.Builder
id(@NotNull UUID id)
Required. The ID of the Status to be changed.ChangeStatusRequest.Builder
name(String name)
The new name for the Status.String
toString()
-
-
-
Method Detail
-
but
@Deprecated public ChangeStatusRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useChangeStatusRequest.builder()
.Clone method for this Builder.
-
id
public ChangeStatusRequest.Builder id(@NotNull @NotNull UUID id)
Required. The ID of the Status to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
name
public ChangeStatusRequest.Builder name(String name)
The new name for the Status.- Returns:
this
.
-
description
public ChangeStatusRequest.Builder description(String description)
The new description for the Status.- Returns:
this
.
-
build
public ChangeStatusRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-