Klasse FindUsersOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.FindUsersOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FindUsersOperationSpec
extends Object
FindUsersSpec
Specification for the FindUsers operation.
Find users
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FindUsersOperationSpec
(String query, String username, String accountId, Integer startAt, Integer maxResults, String property) Constructs a validated instance ofFindUsersOperationSpec
.Constructs a validated instance ofFindUsersOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable String
A query string that is matched exactly against a useraccountId
.A query string that is matched exactly against a useraccountId
.builder()
protected boolean
boolean
int
hashCode()
@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable String
property()
A query string used to search properties.A query string used to search properties.@Nullable String
query()
A query string that is matched against user attributes (displayName
, andemailAddress
) to find relevant users.A query string that is matched against user attributes (displayName
, andemailAddress
) to find relevant users.@Nullable Integer
startAt()
The index of the first item to return in a page of filtered results (page offset).The index of the first item to return in a page of filtered results (page offset).toString()
@Nullable String
username()
void
validate()
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
-
FindUsersOperationSpec
Constructs a validated instance ofFindUsersOperationSpec
.- Parameter:
spec
- the specification to process
-
FindUsersOperationSpec
@Internal public FindUsersOperationSpec(String query, String username, String accountId, Integer startAt, Integer maxResults, String property) Constructs a validated instance ofFindUsersOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
query
- A query string that is matched against user attributes (displayName
, andemailAddress
) to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayName
of *John Smith* and a user with anemailAddress
of *[email protected]*. Required, unlessaccountId
orproperty
is specified.username
-accountId
- A query string that is matched exactly against a useraccountId
. Required, unlessquery
orproperty
is specified.startAt
- The index of the first item to return in a page of filtered results (page offset).maxResults
- The maximum number of items to return per page.property
- A query string used to search properties. Property keys are specified by path, so property keys containing dot (.) or equals (=) characters cannot be used. The query string cannot be specified using a JSON object. Example: To search for the value ofnested
from{"something":{"nested":1,"other":2}}
usethepropertykey.something.nested=1
. Required, unlessaccountId
orquery
is specified.
-
FindUsersOperationSpec
protected FindUsersOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
query
A query string that is matched against user attributes (displayName
, andemailAddress
) to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayName
of *John Smith* and a user with anemailAddress
of *[email protected]*. Required, unlessaccountId
orproperty
is specified. -
username
-
accountId
A query string that is matched exactly against a useraccountId
. Required, unlessquery
orproperty
is specified. -
startAt
The index of the first item to return in a page of filtered results (page offset). -
maxResults
The maximum number of items to return per page. -
property
A query string used to search properties. Property keys are specified by path, so property keys containing dot (.) or equals (=) characters cannot be used. The query string cannot be specified using a JSON object. Example: To search for the value ofnested
from{"something":{"nested":1,"other":2}}
usethepropertykey.something.nested=1
. Required, unlessaccountId
orquery
is specified. -
query
A query string that is matched against user attributes (displayName
, andemailAddress
) to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayName
of *John Smith* and a user with anemailAddress
of *[email protected]*. Required, unlessaccountId
orproperty
is specified.- Gibt zurück:
this
.
-
username
- Gibt zurück:
this
.
-
accountId
A query string that is matched exactly against a useraccountId
. Required, unlessquery
orproperty
is specified.- Gibt zurück:
this
.
-
startAt
The index of the first item to return in a page of filtered results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
property
A query string used to search properties. Property keys are specified by path, so property keys containing dot (.) or equals (=) characters cannot be used. The query string cannot be specified using a JSON object. Example: To search for the value ofnested
from{"something":{"nested":1,"other":2}}
usethepropertykey.something.nested=1
. Required, unlessaccountId
orquery
is specified.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-