Class TeamsAppsRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.appcatalogs.teamsapps.TeamsAppsRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
TeamsAppsRequestBuilder
@Generated("com.microsoft.kiota")
public class TeamsAppsRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
-
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