Klasse PermissionSubject

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.PermissionSubject

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

    • type

    • identifier

      protected String identifier
      for type=user, identifier should be user's accountId or anonymous for anonymous users for type=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.
  • Konstruktordetails

    • PermissionSubject

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

      @Internal public PermissionSubject(PermissionSubject.TypeEnum type, String identifier)
      Constructs a validated instance of PermissionSubject.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PermissionSubject(Consumer) instead.

      Parameter:
      type - type
      identifier - for type=user, identifier should be user's accountId or anonymous for anonymous users for type=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.
    • PermissionSubject

      protected PermissionSubject()
  • Methodendetails

    • builder

    • type

    • identifier

      public String identifier()
      for type=user, identifier should be user's accountId or anonymous for anonymous users for type=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.
    • type

      Gibt zurück:
      this.
    • identifier

      public PermissionSubject identifier(String identifier)
      for type=user, identifier should be user's accountId or anonymous for anonymous users for type=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.
      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