Klasse GetUserOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetUserOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserOperationSpec
extends Object
GetUserSpec
Specification for the GetUser operation.
Get user
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetUserOperationSpec(String accountId, String username, String key, String expand) Constructs a validated instance ofGetUserOperationSpec.Constructs a validated instance ofGetUserOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable StringThe 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 booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information about users in the response.Use [expand](#expansion) to include additional information about users in the response.inthashCode()@Nullable Stringkey()This parameter is no longer available.This parameter is no longer available.toString()@Nullable Stringusername()This parameter is no longer available.This parameter is no longer available.voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetUserOperationSpec
Constructs a validated instance ofGetUserOperationSpec.- Parameter:
spec- the specification to process
-
GetUserOperationSpec
Constructs a validated instance ofGetUserOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
accountId- The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.username- This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide) for details.key- This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide) for details.expand- Use [expand](#expansion) to include additional information about users in the response. This parameter accepts a comma-separated list. Expand options include: *groupsincludes all groups and nested groups to which the user belongs. *applicationRolesincludes details of all the applications to which the user has access.
-
GetUserOperationSpec
protected GetUserOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required. -
username
This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide) for details. -
key
This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide) for details. -
expand
Use [expand](#expansion) to include additional information about users in the response. This parameter accepts a comma-separated list. Expand options include: *groupsincludes all groups and nested groups to which the user belongs. *applicationRolesincludes details of all the applications to which the user has access. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.- Gibt zurück:
this.
-
username
This parameter 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.
-
key
This parameter 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.
-
expand
Use [expand](#expansion) to include additional information about users in the response. This parameter accepts a comma-separated list. Expand options include: *groupsincludes all groups and nested groups to which the user belongs. *applicationRolesincludes details of all the applications to which the user has access.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-