Klasse CreateUpdateRoleRequestBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateUpdateRoleRequestBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateUpdateRoleRequestBean
extends Object
CreateUpdateRoleRequestBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateUpdateRoleRequestBean
(String description, String name) Constructs a validated instance ofCreateUpdateRoleRequestBean
.Constructs a validated instance ofCreateUpdateRoleRequestBean
. -
Methodenübersicht
-
Felddetails
-
description
A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role. -
name
The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.
-
-
Konstruktordetails
-
CreateUpdateRoleRequestBean
Constructs a validated instance ofCreateUpdateRoleRequestBean
.- Parameter:
spec
- the specification to process
-
CreateUpdateRoleRequestBean
Constructs a validated instance ofCreateUpdateRoleRequestBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateUpdateRoleRequestBean(Consumer)
instead.- Parameter:
description
- A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.name
- The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.
-
CreateUpdateRoleRequestBean
protected CreateUpdateRoleRequestBean()
-
-
Methodendetails
-
builder
-
description
A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role. -
name
The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role. -
description
A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.- Gibt zurück:
this
.
-
name
The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-