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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFindUsersOperationSpec(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 StringA query string that is matched exactly against a useraccountId.A query string that is matched exactly against a useraccountId.builder()protected booleanbooleaninthashCode()@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable Stringproperty()A query string used to search properties.A query string used to search properties.@Nullable Stringquery()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 IntegerstartAt()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 Stringusername()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
-
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 adisplayNameof *John Smith* and a user with anemailAddressof *[email protected]*. Required, unlessaccountIdorpropertyis specified.username-accountId- A query string that is matched exactly against a useraccountId. Required, unlessqueryorpropertyis 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 ofnestedfrom{"something":{"nested":1,"other":2}}usethepropertykey.something.nested=1. Required, unlessaccountIdorqueryis 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 adisplayNameof *John Smith* and a user with anemailAddressof *[email protected]*. Required, unlessaccountIdorpropertyis specified. -
username
-
accountId
A query string that is matched exactly against a useraccountId. Required, unlessqueryorpropertyis 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 ofnestedfrom{"something":{"nested":1,"other":2}}usethepropertykey.something.nested=1. Required, unlessaccountIdorqueryis 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 adisplayNameof *John Smith* and a user with anemailAddressof *[email protected]*. Required, unlessaccountIdorpropertyis specified.- Gibt zurück:
this.
-
username
- Gibt zurück:
this.
-
accountId
A query string that is matched exactly against a useraccountId. Required, unlessqueryorpropertyis 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 ofnestedfrom{"something":{"nested":1,"other":2}}usethepropertykey.something.nested=1. Required, unlessaccountIdorqueryis specified.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-