Klasse SecurityLevelMemberHolder

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SecurityLevelMemberHolder extends Object
SecurityLevelMemberHolder
  • Felddetails

    • 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.
  • Konstruktordetails

    • SecurityLevelMemberHolder

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

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

      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 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.
    • SecurityLevelMemberHolder

      protected SecurityLevelMemberHolder()
  • Methodendetails

    • 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 SecurityLevelMemberHolder expand(String expand)
      Expand options that include additional permission holder details in the response.
      Gibt zurück:
      this.
    • parameter

      public SecurityLevelMemberHolder 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.
      Gibt zurück:
      this.
    • type

      public SecurityLevelMemberHolder type(String type)
      The type of permission holder.
      Gibt zurück:
      this.
    • value

      public SecurityLevelMemberHolder value(String value)
      The identifier associated with the type value that defines the holder of the permission.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object