Documentation ¶
Index ¶
- type OrgContactItemRequestBuilder
- func (m *OrgContactItemRequestBuilder) CheckMemberGroups() ...
- func (m *OrgContactItemRequestBuilder) CheckMemberObjects() ...
- func (m *OrgContactItemRequestBuilder) CreateDeleteRequestInformation(options *OrgContactItemRequestBuilderDeleteOptions) (...)
- func (m *OrgContactItemRequestBuilder) CreateGetRequestInformation(options *OrgContactItemRequestBuilderGetOptions) (...)
- func (m *OrgContactItemRequestBuilder) CreatePatchRequestInformation(options *OrgContactItemRequestBuilderPatchOptions) (...)
- func (m *OrgContactItemRequestBuilder) Delete(options *OrgContactItemRequestBuilderDeleteOptions) error
- func (m *OrgContactItemRequestBuilder) DirectReports() ...
- func (m *OrgContactItemRequestBuilder) DirectReportsById(id string) ...
- func (m *OrgContactItemRequestBuilder) Get(options *OrgContactItemRequestBuilderGetOptions) (...)
- func (m *OrgContactItemRequestBuilder) GetMemberGroups() ...
- func (m *OrgContactItemRequestBuilder) GetMemberObjects() ...
- func (m *OrgContactItemRequestBuilder) Manager() ...
- func (m *OrgContactItemRequestBuilder) MemberOf() ...
- func (m *OrgContactItemRequestBuilder) MemberOfById(id string) ...
- func (m *OrgContactItemRequestBuilder) Patch(options *OrgContactItemRequestBuilderPatchOptions) error
- func (m *OrgContactItemRequestBuilder) Restore() ...
- func (m *OrgContactItemRequestBuilder) TransitiveMemberOf() ...
- func (m *OrgContactItemRequestBuilder) TransitiveMemberOfById(id string) ...
- type OrgContactItemRequestBuilderDeleteOptions
- type OrgContactItemRequestBuilderGetOptions
- type OrgContactItemRequestBuilderGetQueryParameters
- type OrgContactItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrgContactItemRequestBuilder ¶ added in v0.12.0
type OrgContactItemRequestBuilder struct {
// contains filtered or unexported fields
}
OrgContactItemRequestBuilder provides operations to manage the collection of orgContact entities.
func NewOrgContactItemRequestBuilder ¶ added in v0.12.0
func NewOrgContactItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrgContactItemRequestBuilder
NewOrgContactItemRequestBuilder instantiates a new OrgContactItemRequestBuilder and sets the default values.
func NewOrgContactItemRequestBuilderInternal ¶ added in v0.12.0
func NewOrgContactItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrgContactItemRequestBuilder
NewOrgContactItemRequestBuilderInternal instantiates a new OrgContactItemRequestBuilder and sets the default values.
func (*OrgContactItemRequestBuilder) CheckMemberGroups ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CheckMemberGroups() *id7379fe1d66c0786481cb810e571e9cf8ca3a1db19fb8596ae3ab26b168ebd4b.CheckMemberGroupsRequestBuilder
CheckMemberGroups the checkMemberGroups property
func (*OrgContactItemRequestBuilder) CheckMemberObjects ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CheckMemberObjects() *ib08660edc0c07cb1bfb954212b3de0dfac964791cee0a520dea1ff1fc58ce970.CheckMemberObjectsRequestBuilder
CheckMemberObjects the checkMemberObjects property
func (*OrgContactItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CreateDeleteRequestInformation(options *OrgContactItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete entity from contacts
func (*OrgContactItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CreateGetRequestInformation(options *OrgContactItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get entity from contacts by key
func (*OrgContactItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CreatePatchRequestInformation(options *OrgContactItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update entity in contacts
func (*OrgContactItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) Delete(options *OrgContactItemRequestBuilderDeleteOptions) error
Delete delete entity from contacts
func (*OrgContactItemRequestBuilder) DirectReports ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) DirectReports() *i055ad2f09c6431b30e6d3528a3dd11b667dcf169a3943e92ebbdc9f40c102910.DirectReportsRequestBuilder
DirectReports the directReports property
func (*OrgContactItemRequestBuilder) DirectReportsById ¶ added in v0.13.0
func (m *OrgContactItemRequestBuilder) DirectReportsById(id string) *i334f74d58761225d35a308cd57cea9169133186ab28a294f59b928e984bfa1c4.DirectoryObjectItemRequestBuilder
DirectReportsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.contacts.item.directReports.item collection
func (*OrgContactItemRequestBuilder) Get ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) Get(options *OrgContactItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Get get entity from contacts by key
func (*OrgContactItemRequestBuilder) GetMemberGroups ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) GetMemberGroups() *i15c3213b1d34c79d320391089a05683e39eb479cb5d4b030a5b53be13ac05712.GetMemberGroupsRequestBuilder
GetMemberGroups the getMemberGroups property
func (*OrgContactItemRequestBuilder) GetMemberObjects ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) GetMemberObjects() *ifff3f2949bd5013659a326ca1cde357b44996411a8f259036c89d4ee51051f34.GetMemberObjectsRequestBuilder
GetMemberObjects the getMemberObjects property
func (*OrgContactItemRequestBuilder) Manager ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) Manager() *i6a99a368f031e6c1f338c5fc4bcbdad85d242df8d3d5dfe1b7b0475df468b3dd.ManagerRequestBuilder
Manager the manager property
func (*OrgContactItemRequestBuilder) MemberOf ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) MemberOf() *i4830f34009f28f830e2d6c1e84624d4bbfc5a6d035e6f1097558162d8a77592d.MemberOfRequestBuilder
MemberOf the memberOf property
func (*OrgContactItemRequestBuilder) MemberOfById ¶ added in v0.13.0
func (m *OrgContactItemRequestBuilder) MemberOfById(id string) *if2622610c8389e13476d20088b38942700590b9eea0b48a2c9847786361c95cd.DirectoryObjectItemRequestBuilder
MemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.contacts.item.memberOf.item collection
func (*OrgContactItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) Patch(options *OrgContactItemRequestBuilderPatchOptions) error
Patch update entity in contacts
func (*OrgContactItemRequestBuilder) Restore ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) Restore() *i56f89ff65e41535b67a714e8fdea36f3ad34961ef4ad2e4c91a286c72ea09b44.RestoreRequestBuilder
Restore the restore property
func (*OrgContactItemRequestBuilder) TransitiveMemberOf ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) TransitiveMemberOf() *i79406b1f55eac2f939b44b7a8f42f4c1fcc6945c0eb2e6ff7fb5ee4c06796b4d.TransitiveMemberOfRequestBuilder
TransitiveMemberOf the transitiveMemberOf property
func (*OrgContactItemRequestBuilder) TransitiveMemberOfById ¶ added in v0.13.0
func (m *OrgContactItemRequestBuilder) TransitiveMemberOfById(id string) *i10b5e6a502bf4e0294bb5060a3060bddfc4c78df75ba9fbb4e0b2c938e4dbcda.DirectoryObjectItemRequestBuilder
TransitiveMemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.contacts.item.transitiveMemberOf.item collection
type OrgContactItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type OrgContactItemRequestBuilderDeleteOptions struct { // 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 }
OrgContactItemRequestBuilderDeleteOptions options for Delete
type OrgContactItemRequestBuilderGetOptions ¶ added in v0.12.0
type OrgContactItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OrgContactItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OrgContactItemRequestBuilderGetOptions options for Get
type OrgContactItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type OrgContactItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OrgContactItemRequestBuilderGetQueryParameters get entity from contacts by key
type OrgContactItemRequestBuilderPatchOptions ¶ added in v0.12.0
type OrgContactItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable // 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 }
OrgContactItemRequestBuilderPatchOptions options for Patch