places

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 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 PlacesCountRequestBuilder added in v0.48.0

type PlacesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

PlacesCountRequestBuilder provides operations to count the resources in the collection.

func NewPlacesCountRequestBuilder added in v0.48.0

NewPlacesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewPlacesCountRequestBuilderInternal added in v0.48.0

func NewPlacesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesCountRequestBuilder

NewPlacesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*PlacesCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*PlacesCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type PlacesCountRequestBuilderGetRequestConfiguration added in v0.48.0

type PlacesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type PlacesItemRoomRequestBuilder added in v0.48.0

type PlacesItemRoomRequestBuilder struct {
	// contains filtered or unexported fields
}

PlacesItemRoomRequestBuilder casts the previous resource to room.

func NewPlacesItemRoomRequestBuilder added in v0.48.0

NewPlacesItemRoomRequestBuilder instantiates a new RoomRequestBuilder and sets the default values.

func NewPlacesItemRoomRequestBuilderInternal added in v0.48.0

func NewPlacesItemRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesItemRoomRequestBuilder

NewPlacesItemRoomRequestBuilderInternal instantiates a new RoomRequestBuilder and sets the default values.

func (*PlacesItemRoomRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the item of type microsoft.graph.place as microsoft.graph.room

func (*PlacesItemRoomRequestBuilder) Get added in v0.48.0

Get get the item of type microsoft.graph.place as microsoft.graph.room

type PlacesItemRoomRequestBuilderGetQueryParameters added in v0.48.0

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

PlacesItemRoomRequestBuilderGetQueryParameters get the item of type microsoft.graph.place as microsoft.graph.room

type PlacesItemRoomRequestBuilderGetRequestConfiguration added in v0.48.0

type PlacesItemRoomRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *PlacesItemRoomRequestBuilderGetQueryParameters
}

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

type PlacesPlaceItemRequestBuilder added in v0.48.0

type PlacesPlaceItemRequestBuilder struct {
	// contains filtered or unexported fields
}

PlacesPlaceItemRequestBuilder provides operations to manage the collection of place entities.

func NewPlacesPlaceItemRequestBuilder added in v0.48.0

NewPlacesPlaceItemRequestBuilder instantiates a new PlaceItemRequestBuilder and sets the default values.

func NewPlacesPlaceItemRequestBuilderInternal added in v0.48.0

func NewPlacesPlaceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesPlaceItemRequestBuilder

NewPlacesPlaceItemRequestBuilderInternal instantiates a new PlaceItemRequestBuilder and sets the default values.

func (*PlacesPlaceItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete entity from places

func (*PlacesPlaceItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.

func (*PlacesPlaceItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

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

func (*PlacesPlaceItemRequestBuilder) Delete added in v0.48.0

Delete delete entity from places

func (*PlacesPlaceItemRequestBuilder) Get added in v0.48.0

Get get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.

func (*PlacesPlaceItemRequestBuilder) Patch added in v0.48.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.

func (*PlacesPlaceItemRequestBuilder) Room added in v0.48.0

Room casts the previous resource to room.

type PlacesPlaceItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type PlacesPlaceItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type PlacesPlaceItemRequestBuilderGetQueryParameters added in v0.48.0

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

PlacesPlaceItemRequestBuilderGetQueryParameters get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.

type PlacesPlaceItemRequestBuilderGetRequestConfiguration added in v0.48.0

type PlacesPlaceItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *PlacesPlaceItemRequestBuilderGetQueryParameters
}

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

type PlacesPlaceItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type PlacesPlaceItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type PlacesRequestBuilder

type PlacesRequestBuilder struct {
	// contains filtered or unexported fields
}

PlacesRequestBuilder provides operations to manage the collection of place entities.

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) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*PlacesRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.

func (*PlacesRequestBuilder) Get

Get get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.

func (*PlacesRequestBuilder) Room added in v0.26.0

Room casts the previous resource to room.

type PlacesRequestBuilderGetQueryParameters

type PlacesRequestBuilderGetQueryParameters 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"`
}

PlacesRequestBuilderGetQueryParameters get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.

type PlacesRequestBuilderGetRequestConfiguration added in v0.22.0

type PlacesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *PlacesRequestBuilderGetQueryParameters
}

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

type PlacesRequestBuilderPostRequestConfiguration added in v0.22.0

type PlacesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type PlacesRoomCountRequestBuilder added in v0.48.0

type PlacesRoomCountRequestBuilder struct {
	// contains filtered or unexported fields
}

PlacesRoomCountRequestBuilder provides operations to count the resources in the collection.

func NewPlacesRoomCountRequestBuilder added in v0.48.0

NewPlacesRoomCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewPlacesRoomCountRequestBuilderInternal added in v0.48.0

func NewPlacesRoomCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRoomCountRequestBuilder

NewPlacesRoomCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*PlacesRoomCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*PlacesRoomCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type PlacesRoomCountRequestBuilderGetRequestConfiguration added in v0.48.0

type PlacesRoomCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type PlacesRoomRequestBuilder added in v0.48.0

type PlacesRoomRequestBuilder struct {
	// contains filtered or unexported fields
}

PlacesRoomRequestBuilder casts the previous resource to room.

func NewPlacesRoomRequestBuilder added in v0.48.0

NewPlacesRoomRequestBuilder instantiates a new RoomRequestBuilder and sets the default values.

func NewPlacesRoomRequestBuilderInternal added in v0.48.0

func NewPlacesRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRoomRequestBuilder

NewPlacesRoomRequestBuilderInternal instantiates a new RoomRequestBuilder and sets the default values.

func (*PlacesRoomRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*PlacesRoomRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the items of type microsoft.graph.room in the microsoft.graph.place collection

func (*PlacesRoomRequestBuilder) Get added in v0.48.0

Get get the items of type microsoft.graph.room in the microsoft.graph.place collection

type PlacesRoomRequestBuilderGetQueryParameters added in v0.48.0

type PlacesRoomRequestBuilderGetQueryParameters 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"`
}

PlacesRoomRequestBuilderGetQueryParameters get the items of type microsoft.graph.room in the microsoft.graph.place collection

type PlacesRoomRequestBuilderGetRequestConfiguration added in v0.48.0

type PlacesRoomRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *PlacesRoomRequestBuilderGetQueryParameters
}

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

Jump to

Keyboard shortcuts

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