Class GraphUserRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.groups.item.transitivemembers.item.graphuser.GraphUserRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
GraphUserRequestBuilder
@Generated("com.microsoft.kiota")
public class GraphUserRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Get a list of the group's members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
expand
Expand related entities -
select
Select properties to be returned
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details