Package com.microsoft.graph.groups
Class GroupsRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.groups.GroupsRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
GroupsRequestBuilder
@Generated("com.microsoft.kiota")
public class GroupsRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
count
Include count of items -
expand
Expand related entities -
filter
Filter items by property values -
orderby
Order items by property values -
search
Search items by search phrases -
select
Select properties to be returned -
skip
Skip the first n items -
top
Show only the first n items
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details