code
stringlengths
12
335k
docstring
stringlengths
20
20.8k
func_name
stringlengths
1
105
language
stringclasses
1 value
repo
stringclasses
498 values
path
stringlengths
5
172
url
stringlengths
43
235
license
stringclasses
4 values
func (r *AndroidEasEmailProfileConfigurationRequest) Update(ctx context.Context, reqObj *AndroidEasEmailProfileConfiguration) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidEasEmailProfileConfiguration
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidEasEmailProfileConfigurationRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidEasEmailProfileConfiguration
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidEnterpriseWiFiConfigurationRequestBuilder) Request() *AndroidEnterpriseWiFiConfigurationRequest { return &AndroidEnterpriseWiFiConfigurationRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidEnterpriseWiFiConfigurationRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidEnterpriseWiFiConfigurationRequest) Get(ctx context.Context) (resObj *AndroidEnterpriseWiFiConfiguration, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidEnterpriseWiFiConfiguration
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidEnterpriseWiFiConfigurationRequest) Update(ctx context.Context, reqObj *AndroidEnterpriseWiFiConfiguration) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidEnterpriseWiFiConfiguration
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidEnterpriseWiFiConfigurationRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidEnterpriseWiFiConfiguration
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkAppConfigurationSchemaRequestBuilder) Request() *AndroidForWorkAppConfigurationSchemaRequest { return &AndroidForWorkAppConfigurationSchemaRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkAppConfigurationSchemaRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkAppConfigurationSchemaRequest) Get(ctx context.Context) (resObj *AndroidForWorkAppConfigurationSchema, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkAppConfigurationSchema
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkAppConfigurationSchemaRequest) Update(ctx context.Context, reqObj *AndroidForWorkAppConfigurationSchema) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkAppConfigurationSchema
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkAppConfigurationSchemaRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkAppConfigurationSchema
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkCertificateProfileBaseRequestBuilder) Request() *AndroidForWorkCertificateProfileBaseRequest { return &AndroidForWorkCertificateProfileBaseRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkCertificateProfileBaseRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkCertificateProfileBaseRequest) Get(ctx context.Context) (resObj *AndroidForWorkCertificateProfileBase, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkCertificateProfileBase
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkCertificateProfileBaseRequest) Update(ctx context.Context, reqObj *AndroidForWorkCertificateProfileBase) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkCertificateProfileBase
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkCertificateProfileBaseRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkCertificateProfileBase
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkEasEmailProfileBaseRequestBuilder) Request() *AndroidForWorkEasEmailProfileBaseRequest { return &AndroidForWorkEasEmailProfileBaseRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkEasEmailProfileBaseRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEasEmailProfileBaseRequest) Get(ctx context.Context) (resObj *AndroidForWorkEasEmailProfileBase, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkEasEmailProfileBase
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEasEmailProfileBaseRequest) Update(ctx context.Context, reqObj *AndroidForWorkEasEmailProfileBase) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkEasEmailProfileBase
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEasEmailProfileBaseRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkEasEmailProfileBase
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkEnrollmentProfileRequestBuilder) Request() *AndroidForWorkEnrollmentProfileRequest { return &AndroidForWorkEnrollmentProfileRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkEnrollmentProfileRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEnrollmentProfileRequest) Get(ctx context.Context) (resObj *AndroidForWorkEnrollmentProfile, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkEnrollmentProfile
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEnrollmentProfileRequest) Update(ctx context.Context, reqObj *AndroidForWorkEnrollmentProfile) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkEnrollmentProfile
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEnrollmentProfileRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkEnrollmentProfile
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkEnterpriseWiFiConfigurationRequestBuilder) Request() *AndroidForWorkEnterpriseWiFiConfigurationRequest { return &AndroidForWorkEnterpriseWiFiConfigurationRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkEnterpriseWiFiConfigurationRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEnterpriseWiFiConfigurationRequest) Get(ctx context.Context) (resObj *AndroidForWorkEnterpriseWiFiConfiguration, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkEnterpriseWiFiConfiguration
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEnterpriseWiFiConfigurationRequest) Update(ctx context.Context, reqObj *AndroidForWorkEnterpriseWiFiConfiguration) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkEnterpriseWiFiConfiguration
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkEnterpriseWiFiConfigurationRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkEnterpriseWiFiConfiguration
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkImportedPFXCertificateProfileRequestBuilder) Request() *AndroidForWorkImportedPFXCertificateProfileRequest { return &AndroidForWorkImportedPFXCertificateProfileRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkImportedPFXCertificateProfileRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkImportedPFXCertificateProfileRequest) Get(ctx context.Context) (resObj *AndroidForWorkImportedPFXCertificateProfile, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkImportedPFXCertificateProfile
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkImportedPFXCertificateProfileRequest) Update(ctx context.Context, reqObj *AndroidForWorkImportedPFXCertificateProfile) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkImportedPFXCertificateProfile
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkImportedPFXCertificateProfileRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkImportedPFXCertificateProfile
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkPkcsCertificateProfileRequestBuilder) Request() *AndroidForWorkPkcsCertificateProfileRequest { return &AndroidForWorkPkcsCertificateProfileRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkPkcsCertificateProfileRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkPkcsCertificateProfileRequest) Get(ctx context.Context) (resObj *AndroidForWorkPkcsCertificateProfile, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkPkcsCertificateProfile
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkPkcsCertificateProfileRequest) Update(ctx context.Context, reqObj *AndroidForWorkPkcsCertificateProfile) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkPkcsCertificateProfile
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkPkcsCertificateProfileRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkPkcsCertificateProfile
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkScepCertificateProfileRequestBuilder) Request() *AndroidForWorkScepCertificateProfileRequest { return &AndroidForWorkScepCertificateProfileRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkScepCertificateProfileRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkScepCertificateProfileRequest) Get(ctx context.Context) (resObj *AndroidForWorkScepCertificateProfile, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for AndroidForWorkScepCertificateProfile
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkScepCertificateProfileRequest) Update(ctx context.Context, reqObj *AndroidForWorkScepCertificateProfile) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for AndroidForWorkScepCertificateProfile
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (r *AndroidForWorkScepCertificateProfileRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for AndroidForWorkScepCertificateProfile
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0
func (b *AndroidForWorkSettingsRequestBuilder) Request() *AndroidForWorkSettingsRequest { return &AndroidForWorkSettingsRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns AndroidForWorkSettingsRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestAndroid.go
Apache-2.0