Documentation ¶
Index ¶
- type PlaceItemRequestBuilder
- func (m *PlaceItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *PlaceItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlaceItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *PlaceItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PlaceItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlaceItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlaceItemRequestBuilder) Room() ...
- type PlaceItemRequestBuilderDeleteRequestConfiguration
- type PlaceItemRequestBuilderGetQueryParameters
- type PlaceItemRequestBuilderGetRequestConfiguration
- type PlaceItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlaceItemRequestBuilder ¶ added in v0.12.0
type PlaceItemRequestBuilder struct {
// contains filtered or unexported fields
}
PlaceItemRequestBuilder provides operations to manage the collection of place entities.
func NewPlaceItemRequestBuilder ¶ added in v0.12.0
func NewPlaceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlaceItemRequestBuilder
NewPlaceItemRequestBuilder instantiates a new PlaceItemRequestBuilder and sets the default values.
func NewPlaceItemRequestBuilderInternal ¶ added in v0.12.0
func NewPlaceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlaceItemRequestBuilder
NewPlaceItemRequestBuilderInternal instantiates a new PlaceItemRequestBuilder and sets the default values.
func (*PlaceItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PlaceItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete entity from places
func (*PlaceItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PlaceItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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 (*PlaceItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PlaceItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlaceItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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 (*PlaceItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PlaceItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PlaceItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from places
func (*PlaceItemRequestBuilder) Get ¶ added in v0.12.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.
func (*PlaceItemRequestBuilder) Patch ¶ added in v0.12.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.
func (*PlaceItemRequestBuilder) Room ¶ added in v0.26.0
func (m *PlaceItemRequestBuilder) Room() *i29913232bbdc0b5748c87ebec7d33a4bbd7981e27e63e0e0bf6b2ef80d0ddef6.RoomRequestBuilder
Room casts the previous resource to room.
type PlaceItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type PlaceItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PlaceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlaceItemRequestBuilderGetQueryParameters ¶ added in v0.12.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.22.0
type PlaceItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // 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.22.0
type PlaceItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PlaceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.