places

package
v1.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*CountRequestBuilder) WithUrl added in v1.18.0

func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CountRequestBuilder when successful

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GraphroomCountRequestBuilder added in v1.44.0

GraphroomCountRequestBuilder provides operations to count the resources in the collection.

func NewGraphroomCountRequestBuilder added in v1.44.0

NewGraphroomCountRequestBuilder instantiates a new GraphroomCountRequestBuilder and sets the default values.

func NewGraphroomCountRequestBuilderInternal added in v1.44.0

func NewGraphroomCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GraphroomCountRequestBuilder

NewGraphroomCountRequestBuilderInternal instantiates a new GraphroomCountRequestBuilder and sets the default values.

func (*GraphroomCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*GraphroomCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*GraphroomCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GraphroomCountRequestBuilder when successful

type GraphroomCountRequestBuilderGetQueryParameters added in v1.44.0

type GraphroomCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

GraphroomCountRequestBuilderGetQueryParameters get the number of the resource

type GraphroomCountRequestBuilderGetRequestConfiguration added in v1.44.0

type GraphroomCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *GraphroomCountRequestBuilderGetQueryParameters
}

GraphroomCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GraphroomGraphRoomRequestBuilder added in v1.44.0

GraphroomGraphRoomRequestBuilder casts the previous resource to room.

func NewGraphroomGraphRoomRequestBuilder added in v1.44.0

NewGraphroomGraphRoomRequestBuilder instantiates a new GraphroomGraphRoomRequestBuilder and sets the default values.

func NewGraphroomGraphRoomRequestBuilderInternal added in v1.44.0

func NewGraphroomGraphRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GraphroomGraphRoomRequestBuilder

NewGraphroomGraphRoomRequestBuilderInternal instantiates a new GraphroomGraphRoomRequestBuilder and sets the default values.

func (*GraphroomGraphRoomRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *GraphroomCountRequestBuilder when successful

func (*GraphroomGraphRoomRequestBuilder) Get added in v1.44.0

Get 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. returns a RoomCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*GraphroomGraphRoomRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation 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. returns a *RequestInformation when successful

func (*GraphroomGraphRoomRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GraphroomGraphRoomRequestBuilder when successful

type GraphroomGraphRoomRequestBuilderGetQueryParameters added in v1.44.0

type GraphroomGraphRoomRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

GraphroomGraphRoomRequestBuilderGetQueryParameters 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.

type GraphroomGraphRoomRequestBuilderGetRequestConfiguration added in v1.44.0

type GraphroomGraphRoomRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *GraphroomGraphRoomRequestBuilderGetQueryParameters
}

GraphroomGraphRoomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GraphroomlistCountRequestBuilder added in v1.44.0

GraphroomlistCountRequestBuilder provides operations to count the resources in the collection.

func NewGraphroomlistCountRequestBuilder added in v1.44.0

NewGraphroomlistCountRequestBuilder instantiates a new GraphroomlistCountRequestBuilder and sets the default values.

func NewGraphroomlistCountRequestBuilderInternal added in v1.44.0

func NewGraphroomlistCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GraphroomlistCountRequestBuilder

NewGraphroomlistCountRequestBuilderInternal instantiates a new GraphroomlistCountRequestBuilder and sets the default values.

func (*GraphroomlistCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*GraphroomlistCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*GraphroomlistCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GraphroomlistCountRequestBuilder when successful

type GraphroomlistCountRequestBuilderGetQueryParameters added in v1.44.0

type GraphroomlistCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

GraphroomlistCountRequestBuilderGetQueryParameters get the number of the resource

type GraphroomlistCountRequestBuilderGetRequestConfiguration added in v1.44.0

type GraphroomlistCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *GraphroomlistCountRequestBuilderGetQueryParameters
}

GraphroomlistCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GraphroomlistGraphRoomListRequestBuilder added in v1.44.0

type GraphroomlistGraphRoomListRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

GraphroomlistGraphRoomListRequestBuilder casts the previous resource to roomList.

func NewGraphroomlistGraphRoomListRequestBuilder added in v1.44.0

NewGraphroomlistGraphRoomListRequestBuilder instantiates a new GraphroomlistGraphRoomListRequestBuilder and sets the default values.

func NewGraphroomlistGraphRoomListRequestBuilderInternal added in v1.44.0

func NewGraphroomlistGraphRoomListRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GraphroomlistGraphRoomListRequestBuilder

NewGraphroomlistGraphRoomListRequestBuilderInternal instantiates a new GraphroomlistGraphRoomListRequestBuilder and sets the default values.

func (*GraphroomlistGraphRoomListRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *GraphroomlistCountRequestBuilder when successful

func (*GraphroomlistGraphRoomListRequestBuilder) Get added in v1.44.0

Get get the items of type microsoft.graph.roomList in the microsoft.graph.place collection returns a RoomListCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*GraphroomlistGraphRoomListRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the items of type microsoft.graph.roomList in the microsoft.graph.place collection returns a *RequestInformation when successful

func (*GraphroomlistGraphRoomListRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GraphroomlistGraphRoomListRequestBuilder when successful

type GraphroomlistGraphRoomListRequestBuilderGetQueryParameters added in v1.44.0

type GraphroomlistGraphRoomListRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

GraphroomlistGraphRoomListRequestBuilderGetQueryParameters get the items of type microsoft.graph.roomList in the microsoft.graph.place collection

type GraphroomlistGraphRoomListRequestBuilderGetRequestConfiguration added in v1.44.0

type GraphroomlistGraphRoomListRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *GraphroomlistGraphRoomListRequestBuilderGetQueryParameters
}

GraphroomlistGraphRoomListRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomGraphRoomRequestBuilder added in v1.44.0

type ItemGraphroomGraphRoomRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemGraphroomGraphRoomRequestBuilder casts the previous resource to room.

func NewItemGraphroomGraphRoomRequestBuilder added in v1.44.0

NewItemGraphroomGraphRoomRequestBuilder instantiates a new ItemGraphroomGraphRoomRequestBuilder and sets the default values.

func NewItemGraphroomGraphRoomRequestBuilderInternal added in v1.44.0

func NewItemGraphroomGraphRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGraphroomGraphRoomRequestBuilder

NewItemGraphroomGraphRoomRequestBuilderInternal instantiates a new ItemGraphroomGraphRoomRequestBuilder and sets the default values.

func (*ItemGraphroomGraphRoomRequestBuilder) Get added in v1.44.0

Get 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. returns a Roomable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemGraphroomGraphRoomRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation 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. returns a *RequestInformation when successful

func (*ItemGraphroomGraphRoomRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGraphroomGraphRoomRequestBuilder when successful

type ItemGraphroomGraphRoomRequestBuilderGetQueryParameters added in v1.44.0

type ItemGraphroomGraphRoomRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemGraphroomGraphRoomRequestBuilderGetQueryParameters 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.

type ItemGraphroomGraphRoomRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemGraphroomGraphRoomRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemGraphroomGraphRoomRequestBuilderGetQueryParameters
}

ItemGraphroomGraphRoomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistGraphRoomListRequestBuilder added in v1.44.0

type ItemGraphroomlistGraphRoomListRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemGraphroomlistGraphRoomListRequestBuilder casts the previous resource to roomList.

func NewItemGraphroomlistGraphRoomListRequestBuilder added in v1.44.0

NewItemGraphroomlistGraphRoomListRequestBuilder instantiates a new ItemGraphroomlistGraphRoomListRequestBuilder and sets the default values.

func NewItemGraphroomlistGraphRoomListRequestBuilderInternal added in v1.44.0

func NewItemGraphroomlistGraphRoomListRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGraphroomlistGraphRoomListRequestBuilder

NewItemGraphroomlistGraphRoomListRequestBuilderInternal instantiates a new ItemGraphroomlistGraphRoomListRequestBuilder and sets the default values.

func (*ItemGraphroomlistGraphRoomListRequestBuilder) Get added in v1.44.0

Get get the item of type microsoft.graph.place as microsoft.graph.roomList returns a RoomListable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistGraphRoomListRequestBuilder) Rooms added in v1.44.0

Rooms provides operations to manage the rooms property of the microsoft.graph.roomList entity. returns a *ItemGraphroomlistRoomsRequestBuilder when successful

func (*ItemGraphroomlistGraphRoomListRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the item of type microsoft.graph.place as microsoft.graph.roomList returns a *RequestInformation when successful

func (*ItemGraphroomlistGraphRoomListRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGraphroomlistGraphRoomListRequestBuilder when successful

type ItemGraphroomlistGraphRoomListRequestBuilderGetQueryParameters added in v1.44.0

type ItemGraphroomlistGraphRoomListRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemGraphroomlistGraphRoomListRequestBuilderGetQueryParameters get the item of type microsoft.graph.place as microsoft.graph.roomList

type ItemGraphroomlistGraphRoomListRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemGraphroomlistGraphRoomListRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemGraphroomlistGraphRoomListRequestBuilderGetQueryParameters
}

ItemGraphroomlistGraphRoomListRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistRoomsCountRequestBuilder added in v1.44.0

type ItemGraphroomlistRoomsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemGraphroomlistRoomsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemGraphroomlistRoomsCountRequestBuilder added in v1.44.0

NewItemGraphroomlistRoomsCountRequestBuilder instantiates a new ItemGraphroomlistRoomsCountRequestBuilder and sets the default values.

func NewItemGraphroomlistRoomsCountRequestBuilderInternal added in v1.44.0

func NewItemGraphroomlistRoomsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGraphroomlistRoomsCountRequestBuilder

NewItemGraphroomlistRoomsCountRequestBuilderInternal instantiates a new ItemGraphroomlistRoomsCountRequestBuilder and sets the default values.

func (*ItemGraphroomlistRoomsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistRoomsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemGraphroomlistRoomsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGraphroomlistRoomsCountRequestBuilder when successful

type ItemGraphroomlistRoomsCountRequestBuilderGetQueryParameters added in v1.44.0

type ItemGraphroomlistRoomsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemGraphroomlistRoomsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemGraphroomlistRoomsCountRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemGraphroomlistRoomsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemGraphroomlistRoomsCountRequestBuilderGetQueryParameters
}

ItemGraphroomlistRoomsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistRoomsRequestBuilder added in v1.44.0

type ItemGraphroomlistRoomsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemGraphroomlistRoomsRequestBuilder provides operations to manage the rooms property of the microsoft.graph.roomList entity.

func NewItemGraphroomlistRoomsRequestBuilder added in v1.44.0

NewItemGraphroomlistRoomsRequestBuilder instantiates a new ItemGraphroomlistRoomsRequestBuilder and sets the default values.

func NewItemGraphroomlistRoomsRequestBuilderInternal added in v1.44.0

func NewItemGraphroomlistRoomsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGraphroomlistRoomsRequestBuilder

NewItemGraphroomlistRoomsRequestBuilderInternal instantiates a new ItemGraphroomlistRoomsRequestBuilder and sets the default values.

func (*ItemGraphroomlistRoomsRequestBuilder) ByRoomId added in v1.44.0

ByRoomId provides operations to manage the rooms property of the microsoft.graph.roomList entity. returns a *ItemGraphroomlistRoomsRoomItemRequestBuilder when successful

func (*ItemGraphroomlistRoomsRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *ItemGraphroomlistRoomsCountRequestBuilder when successful

func (*ItemGraphroomlistRoomsRequestBuilder) Get added in v1.44.0

Get get rooms from places returns a RoomCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistRoomsRequestBuilder) Post added in v1.44.0

Post create new navigation property to rooms for places returns a Roomable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistRoomsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get rooms from places returns a *RequestInformation when successful

func (*ItemGraphroomlistRoomsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create new navigation property to rooms for places returns a *RequestInformation when successful

func (*ItemGraphroomlistRoomsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGraphroomlistRoomsRequestBuilder when successful

type ItemGraphroomlistRoomsRequestBuilderGetQueryParameters added in v1.44.0

type ItemGraphroomlistRoomsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemGraphroomlistRoomsRequestBuilderGetQueryParameters get rooms from places

type ItemGraphroomlistRoomsRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemGraphroomlistRoomsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemGraphroomlistRoomsRequestBuilderGetQueryParameters
}

ItemGraphroomlistRoomsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistRoomsRequestBuilderPostRequestConfiguration added in v1.44.0

type ItemGraphroomlistRoomsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemGraphroomlistRoomsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistRoomsRoomItemRequestBuilder added in v1.44.0

type ItemGraphroomlistRoomsRoomItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemGraphroomlistRoomsRoomItemRequestBuilder provides operations to manage the rooms property of the microsoft.graph.roomList entity.

func NewItemGraphroomlistRoomsRoomItemRequestBuilder added in v1.44.0

NewItemGraphroomlistRoomsRoomItemRequestBuilder instantiates a new ItemGraphroomlistRoomsRoomItemRequestBuilder and sets the default values.

func NewItemGraphroomlistRoomsRoomItemRequestBuilderInternal added in v1.44.0

func NewItemGraphroomlistRoomsRoomItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGraphroomlistRoomsRoomItemRequestBuilder

NewItemGraphroomlistRoomsRoomItemRequestBuilderInternal instantiates a new ItemGraphroomlistRoomsRoomItemRequestBuilder and sets the default values.

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) Delete added in v1.44.0

Delete delete navigation property rooms for places returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) Get added in v1.44.0

Get get rooms from places returns a Roomable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property rooms in places returns a Roomable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property rooms for places returns a *RequestInformation when successful

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get rooms from places returns a *RequestInformation when successful

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property rooms in places returns a *RequestInformation when successful

func (*ItemGraphroomlistRoomsRoomItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGraphroomlistRoomsRoomItemRequestBuilder when successful

type ItemGraphroomlistRoomsRoomItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

type ItemGraphroomlistRoomsRoomItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemGraphroomlistRoomsRoomItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistRoomsRoomItemRequestBuilderGetQueryParameters added in v1.44.0

type ItemGraphroomlistRoomsRoomItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemGraphroomlistRoomsRoomItemRequestBuilderGetQueryParameters get rooms from places

type ItemGraphroomlistRoomsRoomItemRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemGraphroomlistRoomsRoomItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemGraphroomlistRoomsRoomItemRequestBuilderGetQueryParameters
}

ItemGraphroomlistRoomsRoomItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGraphroomlistRoomsRoomItemRequestBuilderPatchRequestConfiguration added in v1.44.0

type ItemGraphroomlistRoomsRoomItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemGraphroomlistRoomsRoomItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type PlaceItemRequestBuilder added in v0.49.0

PlaceItemRequestBuilder provides operations to manage the collection of place entities.

func NewPlaceItemRequestBuilder added in v0.49.0

NewPlaceItemRequestBuilder instantiates a new PlaceItemRequestBuilder and sets the default values.

func NewPlaceItemRequestBuilderInternal added in v0.49.0

func NewPlaceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlaceItemRequestBuilder

NewPlaceItemRequestBuilderInternal instantiates a new PlaceItemRequestBuilder and sets the default values.

func (*PlaceItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from places returns a ODataError error when the service returns a 4XX or 5XX status code

func (*PlaceItemRequestBuilder) GraphRoom added in v0.56.0

GraphRoom casts the previous resource to room. returns a *ItemGraphroomGraphRoomRequestBuilder when successful

func (*PlaceItemRequestBuilder) GraphRoomList added in v1.10.0

GraphRoomList casts the previous resource to roomList. returns a *ItemGraphroomlistGraphRoomListRequestBuilder when successful

func (*PlaceItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. returns a Placeable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*PlaceItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from places returns a *RequestInformation when successful

func (*PlaceItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. returns a *RequestInformation when successful

func (*PlaceItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *PlaceItemRequestBuilder when successful

type PlaceItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type PlaceItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

PlaceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type PlaceItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type PlaceItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

PlaceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type PlacesRequestBuilder

PlacesRequestBuilder builds and executes requests for operations under \places

func NewPlacesRequestBuilder

NewPlacesRequestBuilder instantiates a new PlacesRequestBuilder and sets the default values.

func NewPlacesRequestBuilderInternal

func NewPlacesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRequestBuilder

NewPlacesRequestBuilderInternal instantiates a new PlacesRequestBuilder and sets the default values.

func (*PlacesRequestBuilder) ByPlaceId added in v0.63.0

func (m *PlacesRequestBuilder) ByPlaceId(placeId string) *PlaceItemRequestBuilder

ByPlaceId provides operations to manage the collection of place entities. returns a *PlaceItemRequestBuilder when successful

func (*PlacesRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful

func (*PlacesRequestBuilder) GraphRoom added in v0.56.0

GraphRoom casts the previous resource to room. returns a *GraphroomGraphRoomRequestBuilder when successful

func (*PlacesRequestBuilder) GraphRoomList added in v1.10.0

GraphRoomList casts the previous resource to roomList. returns a *GraphroomlistGraphRoomListRequestBuilder when successful

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL