Class MsTeamListTeamsParams.QueryOptions
-
- All Implemented Interfaces:
public final class MsTeamListTeamsParams.QueryOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListTeamsParams.QueryOptions.BuilderA builder for QueryOptions.
-
Method Summary
Modifier and Type Method Description final Optional<String>filter()OData param passed to the Microsoft Graph API to filter teams. final Optional<String>select()OData param passed to the Microsoft Graph API to select fields on a team. final Optional<String>skiptoken()OData param passed to the Microsoft Graph API to retrieve the next page of results. final Optional<Long>top()OData param passed to the Microsoft Graph API to limit the number of teams returned. final QueryParams_additionalProperties()final MsTeamListTeamsParams.QueryOptions.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListTeamsParams.QueryOptions.Builderbuilder()Returns a mutable builder for constructing an instance of QueryOptions. -
-
Method Detail
-
filter
final Optional<String> filter()
OData param passed to the Microsoft Graph API to filter teams.
-
select
final Optional<String> select()
OData param passed to the Microsoft Graph API to select fields on a team.
-
skiptoken
final Optional<String> skiptoken()
OData param passed to the Microsoft Graph API to retrieve the next page of results.
-
top
final Optional<Long> top()
OData param passed to the Microsoft Graph API to limit the number of teams returned.
-
_additionalProperties
final QueryParams _additionalProperties()
-
toBuilder
final MsTeamListTeamsParams.QueryOptions.Builder toBuilder()
-
builder
final static MsTeamListTeamsParams.QueryOptions.Builder builder()
Returns a mutable builder for constructing an instance of QueryOptions.
-
-
-
-