Documentation ¶
Index ¶
- type OrgContactRequestBuilder
- func (m *OrgContactRequestBuilder) CheckMemberGroups() ...
- func (m *OrgContactRequestBuilder) CheckMemberObjects() ...
- func (m *OrgContactRequestBuilder) CreateDeleteRequestInformation(options *OrgContactRequestBuilderDeleteOptions) (...)
- func (m *OrgContactRequestBuilder) CreateGetRequestInformation(options *OrgContactRequestBuilderGetOptions) (...)
- func (m *OrgContactRequestBuilder) CreatePatchRequestInformation(options *OrgContactRequestBuilderPatchOptions) (...)
- func (m *OrgContactRequestBuilder) Delete(options *OrgContactRequestBuilderDeleteOptions) error
- func (m *OrgContactRequestBuilder) DirectReports() ...
- func (m *OrgContactRequestBuilder) Get(options *OrgContactRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrgContact, ...)
- func (m *OrgContactRequestBuilder) GetMemberGroups() ...
- func (m *OrgContactRequestBuilder) GetMemberObjects() ...
- func (m *OrgContactRequestBuilder) Manager() ...
- func (m *OrgContactRequestBuilder) MemberOf() ...
- func (m *OrgContactRequestBuilder) Patch(options *OrgContactRequestBuilderPatchOptions) error
- func (m *OrgContactRequestBuilder) Restore() ...
- func (m *OrgContactRequestBuilder) TransitiveMemberOf() ...
- type OrgContactRequestBuilderDeleteOptions
- type OrgContactRequestBuilderGetOptions
- type OrgContactRequestBuilderGetQueryParameters
- type OrgContactRequestBuilderPatchOptions
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 builds and executes requests for operations under \contacts\{orgContact-id}
func NewOrgContactRequestBuilder ¶
func NewOrgContactRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OrgContactRequestBuilder
NewOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.
func NewOrgContactRequestBuilderInternal ¶
func NewOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OrgContactRequestBuilder
NewOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.
func (*OrgContactRequestBuilder) CheckMemberGroups ¶
func (m *OrgContactRequestBuilder) CheckMemberGroups() *id7379fe1d66c0786481cb810e571e9cf8ca3a1db19fb8596ae3ab26b168ebd4b.CheckMemberGroupsRequestBuilder
func (*OrgContactRequestBuilder) CheckMemberObjects ¶
func (m *OrgContactRequestBuilder) CheckMemberObjects() *ib08660edc0c07cb1bfb954212b3de0dfac964791cee0a520dea1ff1fc58ce970.CheckMemberObjectsRequestBuilder
func (*OrgContactRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OrgContactRequestBuilder) CreateDeleteRequestInformation(options *OrgContactRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete entity from contacts
func (*OrgContactRequestBuilder) CreateGetRequestInformation ¶
func (m *OrgContactRequestBuilder) CreateGetRequestInformation(options *OrgContactRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get entity from contacts by key
func (*OrgContactRequestBuilder) CreatePatchRequestInformation ¶
func (m *OrgContactRequestBuilder) CreatePatchRequestInformation(options *OrgContactRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update entity in contacts
func (*OrgContactRequestBuilder) Delete ¶
func (m *OrgContactRequestBuilder) Delete(options *OrgContactRequestBuilderDeleteOptions) error
Delete delete entity from contacts
func (*OrgContactRequestBuilder) DirectReports ¶
func (m *OrgContactRequestBuilder) DirectReports() *i055ad2f09c6431b30e6d3528a3dd11b667dcf169a3943e92ebbdc9f40c102910.DirectReportsRequestBuilder
func (*OrgContactRequestBuilder) Get ¶
func (m *OrgContactRequestBuilder) Get(options *OrgContactRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrgContact, error)
Get get entity from contacts by key
func (*OrgContactRequestBuilder) GetMemberGroups ¶
func (m *OrgContactRequestBuilder) GetMemberGroups() *i15c3213b1d34c79d320391089a05683e39eb479cb5d4b030a5b53be13ac05712.GetMemberGroupsRequestBuilder
func (*OrgContactRequestBuilder) GetMemberObjects ¶
func (m *OrgContactRequestBuilder) GetMemberObjects() *ifff3f2949bd5013659a326ca1cde357b44996411a8f259036c89d4ee51051f34.GetMemberObjectsRequestBuilder
func (*OrgContactRequestBuilder) Patch ¶
func (m *OrgContactRequestBuilder) Patch(options *OrgContactRequestBuilderPatchOptions) error
Patch update entity in contacts
func (*OrgContactRequestBuilder) TransitiveMemberOf ¶
func (m *OrgContactRequestBuilder) TransitiveMemberOf() *i79406b1f55eac2f939b44b7a8f42f4c1fcc6945c0eb2e6ff7fb5ee4c06796b4d.TransitiveMemberOfRequestBuilder
type OrgContactRequestBuilderDeleteOptions ¶
type OrgContactRequestBuilderDeleteOptions 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 }
OrgContactRequestBuilderDeleteOptions options for Delete
type OrgContactRequestBuilderGetOptions ¶
type OrgContactRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *OrgContactRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
OrgContactRequestBuilderGetOptions options for Get
type OrgContactRequestBuilderGetQueryParameters ¶
type OrgContactRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
OrgContactRequestBuilderGetQueryParameters get entity from contacts by key
type OrgContactRequestBuilderPatchOptions ¶
type OrgContactRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrgContact // 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 }
OrgContactRequestBuilderPatchOptions options for Patch