Class IssueSecurityLevelMemberHolder
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueSecurityLevelMemberHolder
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueSecurityLevelMemberHolder
extends Object
IssueSecurityLevelMemberHolder
-
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
ConstructorsModifierConstructorDescriptionprotectedIssueSecurityLevelMemberHolder(String expand, String parameter, String type, String value) Constructs a validated instance ofIssueSecurityLevelMemberHolder.Constructs a validated instance ofIssueSecurityLevelMemberHolder. -
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
-
IssueSecurityLevelMemberHolder
Constructs a validated instance ofIssueSecurityLevelMemberHolder.- Parameters:
spec- the specification to process
-
IssueSecurityLevelMemberHolder
@Internal public IssueSecurityLevelMemberHolder(String expand, String parameter, String type, String value) Constructs a validated instance ofIssueSecurityLevelMemberHolder.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueSecurityLevelMemberHolder(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.
-
IssueSecurityLevelMemberHolder
protected IssueSecurityLevelMemberHolder()
-
-
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
-