Documentation ¶
Index ¶
- type OrgContactRequestBuilder
- func (m *OrgContactRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OrgContactRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration) (...)
- func (m *OrgContactRequestBuilder) Get(ctx context.Context, ...) (...)
- 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) 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(ctx context.Context, requestConfiguration *OrgContactRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
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.