Package org.azd.graph.groups
Class GroupsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.graph.groups.GroupsRequestBuilder.ListQueryParameters
- Enclosing class:
GroupsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionAn opaque data blob that allows the next page of data to resume immediately after where the previous page ended.Specify a non-default scope (collection, project) to search for groups.String[]
A comma separated list of user subject subtypes to reduce the retrieved results, e.g. -
Constructor Summary
-
Method Summary
-
Field Details
-
continuationToken
An opaque data blob that allows the next page of data to resume immediately after where the previous page ended. The only reliable way to know if there is more data left is the presence of a continuation token. -
scopeDescriptor
Specify a non-default scope (collection, project) to search for groups. -
subjectTypes
A comma separated list of user subject subtypes to reduce the retrieved results, e.g. Microsoft.IdentityModel.Claims.ClaimsIdentity
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-