Class UpdateUserToGroupBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.UpdateUserToGroupBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateUserToGroupBean
extends Object
UpdateUserToGroupBean
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateUserToGroupBean
(String accountId, String name) Constructs a validated instance ofUpdateUserToGroupBean
.Constructs a validated instance ofUpdateUserToGroupBean
. -
Method Summary
Modifier and TypeMethodDescriptionThe account ID of the user, which uniquely identifies the user across all Atlassian products.The account ID of the user, which uniquely identifies the user across all Atlassian products.builder()
protected boolean
boolean
int
hashCode()
name()
This property is no longer available.This property is no longer available.toString()
-
Field Details
-
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.
-
-
Constructor Details
-
UpdateUserToGroupBean
Constructs a validated instance ofUpdateUserToGroupBean
.- Parameters:
spec
- the specification to process
-
UpdateUserToGroupBean
Constructs a validated instance ofUpdateUserToGroupBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateUserToGroupBean(Consumer)
instead.- Parameters:
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()
-
-
Method Details
-
builder
-
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. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Returns:
this
.
-
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.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-