Class SecurityLevelMemberHolder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecurityLevelMemberHolder
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecurityLevelMemberHolder
extends Object
SecurityLevelMemberHolder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSecurityLevelMemberHolder(String expand, String parameter, String type, String value) Constructs a validated instance ofSecurityLevelMemberHolder.Constructs a validated instance ofSecurityLevelMemberHolder. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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.
-
Field Details
-
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.
-
-
Constructor Details
-
SecurityLevelMemberHolder
Constructs a validated instance ofSecurityLevelMemberHolder.- Parameters:
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.- Parameters:
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.
-
SecurityLevelMemberHolder
protected SecurityLevelMemberHolder()
-
-
Method Details
-
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.- Returns:
this.
-
parameter
As a group's name can change, use ofvalueis recommended. The identifier associated withthetypevalue that defines the holder of the permission.- Returns:
this.
-
type
The type of permission holder.- Returns:
this.
-
value
The identifier associated with thetypevalue that defines the holder of the permission.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-