Klasse PermissionHolder
java.lang.Object
io.github.primelib.jira4j.restv2.model.PermissionHolder
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PermissionHolder
extends Object
PermissionHolder
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringExpand options that include additional permission holder details in the response.protected StringAs a group's name can change, use ofvalueis recommended.protected StringThe type of permission holder.protected StringThe identifier associated with thetypevalue that defines the holder of the permission. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPermissionHolder(String expand, String parameter, String type, String value) Constructs a validated instance ofPermissionHolder.Constructs a validated instance ofPermissionHolder. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()Expand options that include additional permission holder details in the response.Expand options that include additional permission holder details in the response.inthashCode()As a group's name can change, use ofvalueis recommended.As a group's name can change, use ofvalueis recommended.toString()type()The type of permission holder.The type of permission holder.value()The identifier associated with thetypevalue that defines the holder of the permission.The identifier associated with thetypevalue that defines the holder of the permission.
-
Felddetails
-
expand
Expand options that include additional permission holder details in the response. -
parameter
As a group's name can change, use ofvalueis recommended. The identifier associated withthetypevalue that defines the holder of the permission. -
type
The type of permission holder. -
value
The identifier associated with thetypevalue that defines the holder of the permission.
-
-
Konstruktordetails
-
PermissionHolder
Constructs a validated instance ofPermissionHolder.- Parameter:
spec- the specification to process
-
PermissionHolder
Constructs a validated instance ofPermissionHolder.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PermissionHolder(Consumer)instead.- Parameter:
expand- Expand options that include additional permission holder details in the response.parameter- As a group's name can change, use ofvalueis recommended. The identifier associated withthetypevalue that defines the holder of the permission.type- The type of permission holder.value- The identifier associated with thetypevalue that defines the holder of the permission.
-
PermissionHolder
protected PermissionHolder()
-
-
Methodendetails
-
builder
-
expand
Expand options that include additional permission holder details in the response. -
parameter
As a group's name can change, use ofvalueis recommended. The identifier associated withthetypevalue that defines the holder of the permission. -
type
The type of permission holder. -
value
The identifier associated with thetypevalue that defines the holder of the permission. -
expand
Expand options that include additional permission holder details in the response.- Gibt zurück:
this.
-
parameter
As a group's name can change, use ofvalueis recommended. The identifier associated withthetypevalue that defines the holder of the permission.- Gibt zurück:
this.
-
type
The type of permission holder.- Gibt zurück:
this.
-
value
The identifier associated with thetypevalue that defines the holder of the permission.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-