Package com.microsoft.graph.sites
Class SitesRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.sites.SitesRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
SitesRequestBuilder
@Generated("com.microsoft.kiota")
public class SitesRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
-
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