Documentation ¶
Index ¶
- type OnlineMeetingsRequestBuilder
- func (m *OnlineMeetingsRequestBuilder) Count() ...
- func (m *OnlineMeetingsRequestBuilder) CreateGetRequestInformation(options *OnlineMeetingsRequestBuilderGetOptions) (...)
- func (m *OnlineMeetingsRequestBuilder) CreateOrGet() ...
- func (m *OnlineMeetingsRequestBuilder) CreatePostRequestInformation(options *OnlineMeetingsRequestBuilderPostOptions) (...)
- func (m *OnlineMeetingsRequestBuilder) Get(options *OnlineMeetingsRequestBuilderGetOptions) (...)
- func (m *OnlineMeetingsRequestBuilder) Post(options *OnlineMeetingsRequestBuilderPostOptions) (...)
- type OnlineMeetingsRequestBuilderGetOptions
- type OnlineMeetingsRequestBuilderGetQueryParameters
- type OnlineMeetingsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnlineMeetingsRequestBuilder ¶
type OnlineMeetingsRequestBuilder struct {
// contains filtered or unexported fields
}
OnlineMeetingsRequestBuilder provides operations to manage the onlineMeetings property of the microsoft.graph.user entity.
func NewOnlineMeetingsRequestBuilder ¶
func NewOnlineMeetingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnlineMeetingsRequestBuilder
NewOnlineMeetingsRequestBuilder instantiates a new OnlineMeetingsRequestBuilder and sets the default values.
func NewOnlineMeetingsRequestBuilderInternal ¶
func NewOnlineMeetingsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnlineMeetingsRequestBuilder
NewOnlineMeetingsRequestBuilderInternal instantiates a new OnlineMeetingsRequestBuilder and sets the default values.
func (*OnlineMeetingsRequestBuilder) Count ¶ added in v0.13.0
func (m *OnlineMeetingsRequestBuilder) Count() *i9c86883f056b3e367ea4fd6588985996c2f7a9e72677245c9ee5d7d3a34b2c63.CountRequestBuilder
Count the count property
func (*OnlineMeetingsRequestBuilder) CreateGetRequestInformation ¶
func (m *OnlineMeetingsRequestBuilder) CreateGetRequestInformation(options *OnlineMeetingsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get onlineMeetings from users
func (*OnlineMeetingsRequestBuilder) CreateOrGet ¶
func (m *OnlineMeetingsRequestBuilder) CreateOrGet() *i126e48e76cee420374e6e264139619e4e9cd75b5cd3b9d8200de18e5682085c9.CreateOrGetRequestBuilder
CreateOrGet the createOrGet property
func (*OnlineMeetingsRequestBuilder) CreatePostRequestInformation ¶
func (m *OnlineMeetingsRequestBuilder) CreatePostRequestInformation(options *OnlineMeetingsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to onlineMeetings for users
func (*OnlineMeetingsRequestBuilder) Get ¶
func (m *OnlineMeetingsRequestBuilder) Get(options *OnlineMeetingsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingCollectionResponseable, error)
Get get onlineMeetings from users
func (*OnlineMeetingsRequestBuilder) Post ¶
func (m *OnlineMeetingsRequestBuilder) Post(options *OnlineMeetingsRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable, error)
Post create new navigation property to onlineMeetings for users
type OnlineMeetingsRequestBuilderGetOptions ¶
type OnlineMeetingsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnlineMeetingsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OnlineMeetingsRequestBuilderGetOptions options for Get
type OnlineMeetingsRequestBuilderGetQueryParameters ¶
type OnlineMeetingsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
OnlineMeetingsRequestBuilderGetQueryParameters get onlineMeetings from users
type OnlineMeetingsRequestBuilderPostOptions ¶
type OnlineMeetingsRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OnlineMeetingsRequestBuilderPostOptions options for Post