Class PermissionGrantHolder

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PermissionGrantHolder extends Object
PermissionGrantHolder
  • 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

    • PermissionGrantHolder

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PermissionGrantHolder(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.
    • PermissionGrantHolder

      protected PermissionGrantHolder()
  • 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 PermissionGrantHolder expand(String expand)
      Expand options that include additional permission holder details in the response.
      Returns:
      this.
    • parameter

      public PermissionGrantHolder 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

      public PermissionGrantHolder type(String type)
      The type of permission holder.
      Returns:
      this.
    • value

      public PermissionGrantHolder 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