Class MsTeamListChannelsParams.QueryOptions
-
- All Implemented Interfaces:
public final class MsTeamListChannelsParams.QueryOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListChannelsParams.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 channels. final Optional<String>select()OData param passed to the Microsoft Graph API to select specific properties. final QueryParams_additionalProperties()final MsTeamListChannelsParams.QueryOptions.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListChannelsParams.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 channels.
-
select
final Optional<String> select()
OData param passed to the Microsoft Graph API to select specific properties.
-
_additionalProperties
final QueryParams _additionalProperties()
-
toBuilder
final MsTeamListChannelsParams.QueryOptions.Builder toBuilder()
-
builder
final static MsTeamListChannelsParams.QueryOptions.Builder builder()
Returns a mutable builder for constructing an instance of QueryOptions.
-
-
-
-