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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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
func (*OrgContactItemRequestBuilder) CheckMemberObjects ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CheckMemberObjects() *ib08660edc0c07cb1bfb954212b3de0dfac964791cee0a520dea1ff1fc58ce970.CheckMemberObjectsRequestBuilder
func (*OrgContactItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CreateDeleteRequestInformation(options *OrgContactItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete entity from contacts
func (*OrgContactItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CreateGetRequestInformation(options *OrgContactItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get entity from contacts by key
func (*OrgContactItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) CreatePatchRequestInformation(options *OrgContactItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 (*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) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrgContactable, error)
Get get entity from contacts by key
func (*OrgContactItemRequestBuilder) GetMemberGroups ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) GetMemberGroups() *i15c3213b1d34c79d320391089a05683e39eb479cb5d4b030a5b53be13ac05712.GetMemberGroupsRequestBuilder
func (*OrgContactItemRequestBuilder) GetMemberObjects ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) GetMemberObjects() *ifff3f2949bd5013659a326ca1cde357b44996411a8f259036c89d4ee51051f34.GetMemberObjectsRequestBuilder
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) TransitiveMemberOf ¶ added in v0.12.0
func (m *OrgContactItemRequestBuilder) TransitiveMemberOf() *i79406b1f55eac2f939b44b7a8f42f4c1fcc6945c0eb2e6ff7fb5ee4c06796b4d.TransitiveMemberOfRequestBuilder
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 H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
OrgContactItemRequestBuilderDeleteOptions options for Delete
type OrgContactItemRequestBuilderGetOptions ¶ added in v0.12.0
type OrgContactItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *OrgContactItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
OrgContactItemRequestBuilderGetOptions options for Get
type OrgContactItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type OrgContactItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
OrgContactItemRequestBuilderGetQueryParameters get entity from contacts by key
type OrgContactItemRequestBuilderPatchOptions ¶ added in v0.12.0
type OrgContactItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrgContactable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
OrgContactItemRequestBuilderPatchOptions options for Patch