Documentation
¶
Index ¶
- type CountRequestBuilder
- type CountRequestBuilderGetQueryParameters
- type CountRequestBuilderGetRequestConfiguration
- type ItemMicrosoftGraphRoomRequestBuilder
- type ItemMicrosoftGraphRoomRequestBuilderGetQueryParameters
- type ItemMicrosoftGraphRoomRequestBuilderGetRequestConfiguration
- type MicrosoftGraphRoomCountRequestBuilder
- type MicrosoftGraphRoomCountRequestBuilderGetQueryParameters
- type MicrosoftGraphRoomCountRequestBuilderGetRequestConfiguration
- type MicrosoftGraphRoomRequestBuilder
- type MicrosoftGraphRoomRequestBuilderGetQueryParameters
- type MicrosoftGraphRoomRequestBuilderGetRequestConfiguration
- type PlaceItemRequestBuilder
- func (m *PlaceItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PlaceItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlaceItemRequestBuilder) MicrosoftGraphRoom() *ItemMicrosoftGraphRoomRequestBuilder
- func (m *PlaceItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlaceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *PlaceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlaceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- type PlaceItemRequestBuilderDeleteRequestConfiguration
- type PlaceItemRequestBuilderGetQueryParameters
- type PlaceItemRequestBuilderGetRequestConfiguration
- type PlaceItemRequestBuilderPatchRequestConfiguration
- type PlacesRequestBuilder
- func (m *PlacesRequestBuilder) Count() *CountRequestBuilder
- func (m *PlacesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) MicrosoftGraphRoom() *MicrosoftGraphRoomRequestBuilder
- func (m *PlacesRequestBuilder) Post(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlacesRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- type PlacesRequestBuilderGetQueryParameters
- type PlacesRequestBuilderGetRequestConfiguration
- type PlacesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountRequestBuilder ¶ added in v0.49.0
type CountRequestBuilder struct {
// contains filtered or unexported fields
}
CountRequestBuilder provides operations to count the resources in the collection.
func NewCountRequestBuilder ¶ added in v0.49.0
func NewCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
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
func (m *CountRequestBuilder) Get(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*CountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *CountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
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 ItemMicrosoftGraphRoomRequestBuilder ¶ added in v0.54.0
type ItemMicrosoftGraphRoomRequestBuilder struct {
// contains filtered or unexported fields
}
ItemMicrosoftGraphRoomRequestBuilder casts the previous resource to room.
func NewItemMicrosoftGraphRoomRequestBuilder ¶ added in v0.54.0
func NewItemMicrosoftGraphRoomRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMicrosoftGraphRoomRequestBuilder
NewItemMicrosoftGraphRoomRequestBuilder instantiates a new MicrosoftGraphRoomRequestBuilder and sets the default values.
func NewItemMicrosoftGraphRoomRequestBuilderInternal ¶ added in v0.54.0
func NewItemMicrosoftGraphRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMicrosoftGraphRoomRequestBuilder
NewItemMicrosoftGraphRoomRequestBuilderInternal instantiates a new MicrosoftGraphRoomRequestBuilder and sets the default values.
func (*ItemMicrosoftGraphRoomRequestBuilder) Get ¶ added in v0.54.0
func (m *ItemMicrosoftGraphRoomRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMicrosoftGraphRoomRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Roomable, error)
Get get the item of type microsoft.graph.place as microsoft.graph.room
func (*ItemMicrosoftGraphRoomRequestBuilder) ToGetRequestInformation ¶ added in v0.54.0
func (m *ItemMicrosoftGraphRoomRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMicrosoftGraphRoomRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.place as microsoft.graph.room
type ItemMicrosoftGraphRoomRequestBuilderGetQueryParameters ¶ added in v0.54.0
type ItemMicrosoftGraphRoomRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ItemMicrosoftGraphRoomRequestBuilderGetQueryParameters get the item of type microsoft.graph.place as microsoft.graph.room
type ItemMicrosoftGraphRoomRequestBuilderGetRequestConfiguration ¶ added in v0.54.0
type ItemMicrosoftGraphRoomRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMicrosoftGraphRoomRequestBuilderGetQueryParameters }
ItemMicrosoftGraphRoomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type MicrosoftGraphRoomCountRequestBuilder ¶ added in v0.54.0
type MicrosoftGraphRoomCountRequestBuilder struct {
// contains filtered or unexported fields
}
MicrosoftGraphRoomCountRequestBuilder provides operations to count the resources in the collection.
func NewMicrosoftGraphRoomCountRequestBuilder ¶ added in v0.54.0
func NewMicrosoftGraphRoomCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MicrosoftGraphRoomCountRequestBuilder
NewMicrosoftGraphRoomCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewMicrosoftGraphRoomCountRequestBuilderInternal ¶ added in v0.54.0
func NewMicrosoftGraphRoomCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MicrosoftGraphRoomCountRequestBuilder
NewMicrosoftGraphRoomCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*MicrosoftGraphRoomCountRequestBuilder) Get ¶ added in v0.54.0
func (m *MicrosoftGraphRoomCountRequestBuilder) Get(ctx context.Context, requestConfiguration *MicrosoftGraphRoomCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*MicrosoftGraphRoomCountRequestBuilder) ToGetRequestInformation ¶ added in v0.54.0
func (m *MicrosoftGraphRoomCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MicrosoftGraphRoomCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type MicrosoftGraphRoomCountRequestBuilderGetQueryParameters ¶ added in v0.54.0
type MicrosoftGraphRoomCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
MicrosoftGraphRoomCountRequestBuilderGetQueryParameters get the number of the resource
type MicrosoftGraphRoomCountRequestBuilderGetRequestConfiguration ¶ added in v0.54.0
type MicrosoftGraphRoomCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *MicrosoftGraphRoomCountRequestBuilderGetQueryParameters }
MicrosoftGraphRoomCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type MicrosoftGraphRoomRequestBuilder ¶ added in v0.54.0
type MicrosoftGraphRoomRequestBuilder struct {
// contains filtered or unexported fields
}
MicrosoftGraphRoomRequestBuilder casts the previous resource to room.
func NewMicrosoftGraphRoomRequestBuilder ¶ added in v0.54.0
func NewMicrosoftGraphRoomRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MicrosoftGraphRoomRequestBuilder
NewMicrosoftGraphRoomRequestBuilder instantiates a new MicrosoftGraphRoomRequestBuilder and sets the default values.
func NewMicrosoftGraphRoomRequestBuilderInternal ¶ added in v0.54.0
func NewMicrosoftGraphRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MicrosoftGraphRoomRequestBuilder
NewMicrosoftGraphRoomRequestBuilderInternal instantiates a new MicrosoftGraphRoomRequestBuilder and sets the default values.
func (*MicrosoftGraphRoomRequestBuilder) Count ¶ added in v0.54.0
func (m *MicrosoftGraphRoomRequestBuilder) Count() *MicrosoftGraphRoomCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*MicrosoftGraphRoomRequestBuilder) Get ¶ added in v0.54.0
func (m *MicrosoftGraphRoomRequestBuilder) Get(ctx context.Context, requestConfiguration *MicrosoftGraphRoomRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoomCollectionResponseable, error)
Get get the items of type microsoft.graph.room in the microsoft.graph.place collection
func (*MicrosoftGraphRoomRequestBuilder) ToGetRequestInformation ¶ added in v0.54.0
func (m *MicrosoftGraphRoomRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MicrosoftGraphRoomRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.room in the microsoft.graph.place collection
type MicrosoftGraphRoomRequestBuilderGetQueryParameters ¶ added in v0.54.0
type MicrosoftGraphRoomRequestBuilderGetQueryParameters 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"` }
MicrosoftGraphRoomRequestBuilderGetQueryParameters get the items of type microsoft.graph.room in the microsoft.graph.place collection
type MicrosoftGraphRoomRequestBuilderGetRequestConfiguration ¶ added in v0.54.0
type MicrosoftGraphRoomRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *MicrosoftGraphRoomRequestBuilderGetQueryParameters }
MicrosoftGraphRoomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlaceItemRequestBuilder ¶ added in v0.49.0
type PlaceItemRequestBuilder struct {
// contains filtered or unexported fields
}
PlaceItemRequestBuilder provides operations to manage the collection of place entities.
func NewPlaceItemRequestBuilder ¶ added in v0.49.0
func NewPlaceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlaceItemRequestBuilder
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
func (m *PlaceItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from places
func (*PlaceItemRequestBuilder) Get ¶ added in v0.49.0
func (m *PlaceItemRequestBuilder) Get(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
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. Find more info here
func (*PlaceItemRequestBuilder) MicrosoftGraphRoom ¶ added in v0.54.0
func (m *PlaceItemRequestBuilder) MicrosoftGraphRoom() *ItemMicrosoftGraphRoomRequestBuilder
MicrosoftGraphRoom casts the previous resource to room.
func (*PlaceItemRequestBuilder) Patch ¶ added in v0.49.0
func (m *PlaceItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlaceItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
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. Find more info here
func (*PlaceItemRequestBuilder) ToDeleteRequestInformation ¶ added in v0.51.0
func (m *PlaceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete entity from places
func (*PlaceItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *PlaceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation 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 (*PlaceItemRequestBuilder) ToPatchRequestInformation ¶ added in v0.51.0
func (m *PlaceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlaceItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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.
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 PlaceItemRequestBuilderGetQueryParameters ¶ added in v0.49.0
type PlaceItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PlaceItemRequestBuilderGetQueryParameters 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 PlaceItemRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type PlaceItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PlaceItemRequestBuilderGetQueryParameters }
PlaceItemRequestBuilderGetRequestConfiguration 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 ¶
type PlacesRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesRequestBuilder provides operations to manage the collection of place entities.
func NewPlacesRequestBuilder ¶
func NewPlacesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRequestBuilder
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
func (m *PlacesRequestBuilder) Count() *CountRequestBuilder
Count provides operations to count the resources in the collection.
func (*PlacesRequestBuilder) Get ¶
func (m *PlacesRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlaceCollectionResponseable, error)
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) MicrosoftGraphRoom ¶ added in v0.54.0
func (m *PlacesRequestBuilder) MicrosoftGraphRoom() *MicrosoftGraphRoomRequestBuilder
MicrosoftGraphRoom casts the previous resource to room.
func (*PlacesRequestBuilder) Post ¶
func (m *PlacesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
Post add new entity to places
func (*PlacesRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *PlacesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlacesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation 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) ToPostRequestInformation ¶ added in v0.51.0
func (m *PlacesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation add new entity to places
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 *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // 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 *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PlacesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.