Uses of Class
odata.msgraph.client.beta.entity.CustomCalloutExtension
-
Packages that use CustomCalloutExtension Package Description odata.msgraph.client.beta.entity -
-
Uses of CustomCalloutExtension in odata.msgraph.client.beta.entity
Subclasses of CustomCalloutExtension in odata.msgraph.client.beta.entity Modifier and Type Class Description classCustomAccessPackageWorkflowExtensionMethods in odata.msgraph.client.beta.entity that return CustomCalloutExtension Modifier and Type Method Description CustomCalloutExtensionCustomCalloutExtension. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CustomCalloutExtensionCustomCalloutExtension. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CustomCalloutExtensionCustomCalloutExtension. withAuthenticationConfiguration(CustomExtensionAuthenticationConfiguration authenticationConfiguration)CustomCalloutExtensionCustomCalloutExtension. withClientConfiguration(CustomExtensionClientConfiguration clientConfiguration)CustomCalloutExtensionCustomCalloutExtension. withDescription(String description)CustomCalloutExtensionCustomCalloutExtension. withDisplayName(String displayName)CustomCalloutExtensionCustomCalloutExtension. withEndpointConfiguration(CustomExtensionEndpointConfiguration endpointConfiguration)CustomCalloutExtensionCustomCalloutExtension. withUnmappedField(String name, String value)
-