Documentation ¶
Index ¶
- type OrgContactRequestBuilder
- func (m *OrgContactRequestBuilder) Count() ...
- func (m *OrgContactRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration) (...)
- func (m *OrgContactRequestBuilder) Get() (...)
- func (m *OrgContactRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration, ...) (...)
- type OrgContactRequestBuilderGetQueryParameters
- type OrgContactRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrgContactRequestBuilder ¶
type OrgContactRequestBuilder struct {
// contains filtered or unexported fields
}
OrgContactRequestBuilder casts the previous resource to orgContact.
func NewOrgContactRequestBuilder ¶
func NewOrgContactRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrgContactRequestBuilder
NewOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.
func NewOrgContactRequestBuilderInternal ¶
func NewOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrgContactRequestBuilder
NewOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.
func (*OrgContactRequestBuilder) Count ¶
func (m *OrgContactRequestBuilder) Count() *ibb4d372aa9cb48e917a436ec9e3a2aa48ae83432d40e4a7a1184d25ac6aef09a.CountRequestBuilder
Count the count property
func (*OrgContactRequestBuilder) CreateGetRequestInformation ¶
func (m *OrgContactRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
func (*OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
func (*OrgContactRequestBuilder) Get ¶
func (m *OrgContactRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactCollectionResponseable, error)
Get get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
func (*OrgContactRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶
func (m *OrgContactRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
type OrgContactRequestBuilderGetQueryParameters ¶
type OrgContactRequestBuilderGetQueryParameters 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"` }
OrgContactRequestBuilderGetQueryParameters get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
type OrgContactRequestBuilderGetRequestConfiguration ¶
type OrgContactRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OrgContactRequestBuilderGetQueryParameters }
OrgContactRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.