Class IssueSecurityLevelMemberHolder

java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueSecurityLevelMemberHolder

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IssueSecurityLevelMemberHolder extends Object
IssueSecurityLevelMemberHolder
  • Field Details

    • expand

      protected String expand
      Expand options that include additional permission holder details in the response.
    • parameter

      protected String parameter
      As a group's name can change, use of value is recommended. The identifier associated withthe type value that defines the holder of the permission.
    • type

      protected String type
      The type of permission holder.
    • value

      protected String value
      The identifier associated with the type value that defines the holder of the permission.
  • Constructor Details

    • IssueSecurityLevelMemberHolder

      public IssueSecurityLevelMemberHolder(Consumer<IssueSecurityLevelMemberHolder> spec)
      Constructs a validated instance of IssueSecurityLevelMemberHolder.
      Parameters:
      spec - the specification to process
    • IssueSecurityLevelMemberHolder

      @Internal public IssueSecurityLevelMemberHolder(String expand, String parameter, String type, String value)
      Constructs a validated instance of IssueSecurityLevelMemberHolder.

      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 of value is recommended. The identifier associated withthe type value that defines the holder of the permission.
      type - The type of permission holder.
      value - The identifier associated with the type value that defines the holder of the permission.
    • IssueSecurityLevelMemberHolder

      protected IssueSecurityLevelMemberHolder()
  • Method Details

    • builder

    • expand

      public String expand()
      Expand options that include additional permission holder details in the response.
    • parameter

      public String parameter()
      As a group's name can change, use of value is recommended. The identifier associated withthe type value that defines the holder of the permission.
    • type

      public String type()
      The type of permission holder.
    • value

      public String value()
      The identifier associated with the type value that defines the holder of the permission.
    • expand

      public IssueSecurityLevelMemberHolder expand(String expand)
      Expand options that include additional permission holder details in the response.
      Returns:
      this.
    • parameter

      public IssueSecurityLevelMemberHolder parameter(String parameter)
      As a group's name can change, use of value is recommended. The identifier associated withthe type value that defines the holder of the permission.
      Returns:
      this.
    • type

      The type of permission holder.
      Returns:
      this.
    • value

      public IssueSecurityLevelMemberHolder value(String value)
      The identifier associated with the type value that defines the holder of the permission.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object