Class GraphRoomRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.places.item.graphroom.GraphRoomRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
GraphRoomRequestBuilder
@Generated("com.microsoft.kiota")
public class GraphRoomRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
-
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