Package org.azd.core.teams
Class TeamsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.core.teams.TeamsRequestBuilder.GetQueryParameters
- Enclosing class:
TeamsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionA value indicating whether or not to expand Identity information in the result WebApiTeam object.If true, then return all teams requesting user is member.Number of teams to skip.Maximum number of teams to return. -
Constructor Summary
-
Method Summary
-
Field Details
-
expandIdentity
A value indicating whether or not to expand Identity information in the result WebApiTeam object. -
mine
If true, then return all teams requesting user is member. Otherwise return all teams user has read access. -
skip
Number of teams to skip. -
top
Maximum number of teams to return.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-