Class TeamsRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.core.teams.TeamsRequestBuilder.GetQueryParameters
Enclosing class:
TeamsRequestBuilder

public static class TeamsRequestBuilder.GetQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • expandIdentity

      public Boolean expandIdentity
      A value indicating whether or not to expand Identity information in the result WebApiTeam object.
    • mine

      public Boolean mine
      If true, then return all teams requesting user is member. Otherwise return all teams user has read access.
    • skip

      public Integer skip
      Number of teams to skip.
    • top

      public Integer top
      Maximum number of teams to return.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()