Klasse SecurityLevelMemberHolder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecurityLevelMemberHolder
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecurityLevelMemberHolder
extends Object
SecurityLevelMemberHolder
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Expand options that include additional permission holder details in the response.protected String
As a group's name can change, use ofvalue
is recommended.protected String
The type of permission holder.protected String
The identifier associated with thetype
value that defines the holder of the permission. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SecurityLevelMemberHolder
(String expand, String parameter, String type, String value) Constructs a validated instance ofSecurityLevelMemberHolder
.Constructs a validated instance ofSecurityLevelMemberHolder
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
expand()
Expand options that include additional permission holder details in the response.Expand options that include additional permission holder details in the response.int
hashCode()
As a group's name can change, use ofvalue
is recommended.As a group's name can change, use ofvalue
is recommended.toString()
type()
The type of permission holder.The type of permission holder.value()
The identifier associated with thetype
value that defines the holder of the permission.The identifier associated with thetype
value 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 ofvalue
is recommended. The identifier associated withthetype
value that defines the holder of the permission. -
type
The type of permission holder. -
value
The identifier associated with thetype
value that defines the holder of the permission.
-
-
Konstruktordetails
-
SecurityLevelMemberHolder
Constructs a validated instance ofSecurityLevelMemberHolder
.- Parameter:
spec
- the specification to process
-
SecurityLevelMemberHolder
@Internal public SecurityLevelMemberHolder(String expand, String parameter, String type, String value) Constructs a validated instance ofSecurityLevelMemberHolder
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SecurityLevelMemberHolder(Consumer)
instead.- Parameter:
expand
- Expand options that include additional permission holder details in the response.parameter
- As a group's name can change, use ofvalue
is recommended. The identifier associated withthetype
value that defines the holder of the permission.type
- The type of permission holder.value
- The identifier associated with thetype
value that defines the holder of the permission.
-
SecurityLevelMemberHolder
protected SecurityLevelMemberHolder()
-
-
Methodendetails
-
builder
-
expand
Expand options that include additional permission holder details in the response. -
parameter
As a group's name can change, use ofvalue
is recommended. The identifier associated withthetype
value that defines the holder of the permission. -
type
The type of permission holder. -
value
The identifier associated with thetype
value 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 ofvalue
is recommended. The identifier associated withthetype
value 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 thetype
value that defines the holder of the permission.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-