Klasse FindUsersOperationSpec.FindUsersOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.FindUsersOperationSpec.FindUsersOperationSpecBuilder
- Umschließende Klasse:
FindUsersOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungA query string that is matched exactly against a useraccountId
.build()
maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.A query string used to search properties.A query string that is matched against user attributes (displayName
, andemailAddress
) to find relevant users.The index of the first item to return in a page of filtered results (page offset).toString()
-
Methodendetails
-
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
public FindUsersOperationSpec.FindUsersOperationSpecBuilder username(@Nullable @Nullable String username) - Gibt zurück:
this
.
-
accountId
public FindUsersOperationSpec.FindUsersOperationSpecBuilder accountId(@Nullable @Nullable String accountId) A query string that is matched exactly against a useraccountId
. Required, unlessquery
orproperty
is specified.- Gibt zurück:
this
.
-
startAt
public FindUsersOperationSpec.FindUsersOperationSpecBuilder startAt(@Nullable @Nullable Integer startAt) The index of the first item to return in a page of filtered results (page offset).- Gibt zurück:
this
.
-
maxResults
public FindUsersOperationSpec.FindUsersOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
property
public FindUsersOperationSpec.FindUsersOperationSpecBuilder property(@Nullable @Nullable String 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
.
-
build
-
toString
-