Documentation ¶
Index ¶
- type PlacesRequestBuilder
- func (m *PlacesRequestBuilder) Count() ...
- func (m *PlacesRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) Post(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlacesRequestBuilder) Room() ...
- type PlacesRequestBuilderGetQueryParameters
- type PlacesRequestBuilderGetRequestConfiguration
- type PlacesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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() *i96dc26d0aeeaa176ce5a9a2e4c3a41f16bf45597d0b76d3726430be9a966acb8.CountRequestBuilder
Count the Count property
func (*PlacesRequestBuilder) CreateGetRequestInformation ¶
func (m *PlacesRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesRequestBuilderGetRequestConfiguration) (*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 (*PlacesRequestBuilder) CreatePostRequestInformation ¶
func (m *PlacesRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add new entity to places
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) Post ¶
func (m *PlacesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
Post add new entity to places
func (*PlacesRequestBuilder) Room ¶ added in v0.26.0
func (m *PlacesRequestBuilder) Room() *ied3560dba7640bac9d9d8075828556e424213b7810da04eab3db0272bbb513d6.RoomRequestBuilder
Room the room property
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.