Klasse UserKey

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UserKey extends Object
UserKey
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
     
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected String
    The account ID of the user, which uniquely identifies the user across all Atlassian products.
    protected String
    This property is no longer available and will be removed from the documentation soon.
  • Konstruktorübersicht

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
     
     
    UserKey(String accountId, String key)
    Constructs a validated instance of UserKey.
     
    Constructs a validated instance of UserKey.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    The account ID of the user, which uniquely identifies the user across all Atlassian products.
    accountId(String accountId)
    The account ID of the user, which uniquely identifies the user across all Atlassian products.
     
    protected boolean
     
    boolean
     
    int
     
    key()
    This property is no longer available and will be removed from the documentation soon.
    key(String key)
    This property is no longer available and will be removed from the documentation soon.
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Felddetails

    • accountId

      protected String accountId
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
    • key

      protected String key
      This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
  • Konstruktordetails

    • UserKey

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

      @Internal public UserKey(String accountId, String key)
      Constructs a validated instance of UserKey.

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

      Parameter:
      accountId - The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
      key - This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
    • UserKey

      protected UserKey()
  • Methodendetails

    • builder

      public static UserKey.UserKeyBuilder builder()
    • accountId

      public String accountId()
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
    • key

      public String key()
      This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
    • accountId

      public UserKey accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
      Gibt zurück:
      this.
    • key

      public UserKey key(String key)
      This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
      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