Documentation ¶
Index ¶
- type OrgContactRequestBuilder
- func (m *OrgContactRequestBuilder) CheckMemberGroups() ...
- func (m *OrgContactRequestBuilder) CheckMemberObjects() ...
- func (m *OrgContactRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration) (...)
- func (m *OrgContactRequestBuilder) Get() (...)
- func (m *OrgContactRequestBuilder) GetMemberGroups() ...
- func (m *OrgContactRequestBuilder) GetMemberObjects() ...
- func (m *OrgContactRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *OrgContactRequestBuilder) Restore() ...
- 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) CheckMemberGroups ¶
func (m *OrgContactRequestBuilder) CheckMemberGroups() *i6f5a61467db2f2277f16bb2c6d0433fdcc7970276d4d0db3a43eb52fb0f98f17.CheckMemberGroupsRequestBuilder
CheckMemberGroups the checkMemberGroups property
func (*OrgContactRequestBuilder) CheckMemberObjects ¶
func (m *OrgContactRequestBuilder) CheckMemberObjects() *i676f2781acee407274b110e52e309282a7644f8bfd6c49fbf2694d1891e8c810.CheckMemberObjectsRequestBuilder
CheckMemberObjects the checkMemberObjects property
func (*OrgContactRequestBuilder) CreateGetRequestInformation ¶
func (m *OrgContactRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
func (*OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
func (*OrgContactRequestBuilder) Get ¶
func (m *OrgContactRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
func (*OrgContactRequestBuilder) GetMemberGroups ¶
func (m *OrgContactRequestBuilder) GetMemberGroups() *i8a22205f6a8141f62ead4ccfe51eecce818370894bd1b4b6130a966fd2f7835b.GetMemberGroupsRequestBuilder
GetMemberGroups the getMemberGroups property
func (*OrgContactRequestBuilder) GetMemberObjects ¶
func (m *OrgContactRequestBuilder) GetMemberObjects() *i5a1beb621c89ec2e152f6945730941ae5e3e67cbd5ea8bb5cc4fc5b37432baf7.GetMemberObjectsRequestBuilder
GetMemberObjects the getMemberObjects property
func (*OrgContactRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶
func (m *OrgContactRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
GetWithRequestConfigurationAndResponseHandler get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
func (*OrgContactRequestBuilder) Restore ¶
func (m *OrgContactRequestBuilder) Restore() *i1f2943a972ef5c328e7e3900a830b52f43c75f9fc8e1a53d50690fdd6a192d1e.RestoreRequestBuilder
Restore the restore property
type OrgContactRequestBuilderGetQueryParameters ¶
type OrgContactRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OrgContactRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
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.