Klasse UpdateUserToGroupBean

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

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

    • accountId

      protected String accountId
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
    • name

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

    • UpdateUserToGroupBean

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

      @Internal public UpdateUserToGroupBean(String accountId, String name)
      Constructs a validated instance of UpdateUserToGroupBean.

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

      Parameter:
      accountId - The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      name - This property is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
    • UpdateUserToGroupBean

      protected UpdateUserToGroupBean()
  • Methodendetails

    • builder

    • accountId

      public String accountId()
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
    • name

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

      public UpdateUserToGroupBean accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      Gibt zurück:
      this.
    • name

      public UpdateUserToGroupBean name(String name)
      This property is no longer available. 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