Uses of Class
odata.msgraph.client.complex.CustomExtensionEndpointConfiguration
-
Packages that use CustomExtensionEndpointConfiguration Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.identitygovernance.entity -
-
Uses of CustomExtensionEndpointConfiguration in odata.msgraph.client.complex
Subclasses of CustomExtensionEndpointConfiguration in odata.msgraph.client.complex Modifier and Type Class Description classLogicAppTriggerEndpointConfigurationMethods in odata.msgraph.client.complex that return CustomExtensionEndpointConfiguration Modifier and Type Method Description CustomExtensionEndpointConfigurationCustomExtensionEndpointConfiguration. withUnmappedField(String name, Object value) -
Uses of CustomExtensionEndpointConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CustomExtensionEndpointConfiguration Modifier and Type Field Description protected CustomExtensionEndpointConfigurationCustomCalloutExtension. endpointConfigurationMethods in odata.msgraph.client.entity that return types with arguments of type CustomExtensionEndpointConfiguration Modifier and Type Method Description Optional<CustomExtensionEndpointConfiguration>CustomCalloutExtension. getEndpointConfiguration()Methods in odata.msgraph.client.entity with parameters of type CustomExtensionEndpointConfiguration Modifier and Type Method Description AccessPackageAssignmentRequestWorkflowExtension.BuilderAccessPackageAssignmentRequestWorkflowExtension.Builder. endpointConfiguration(CustomExtensionEndpointConfiguration endpointConfiguration)AccessPackageAssignmentWorkflowExtension.BuilderAccessPackageAssignmentWorkflowExtension.Builder. endpointConfiguration(CustomExtensionEndpointConfiguration endpointConfiguration)CustomCalloutExtensionCustomCalloutExtension. withEndpointConfiguration(CustomExtensionEndpointConfiguration endpointConfiguration) -
Uses of CustomExtensionEndpointConfiguration in odata.msgraph.client.identitygovernance.entity
Methods in odata.msgraph.client.identitygovernance.entity with parameters of type CustomExtensionEndpointConfiguration Modifier and Type Method Description CustomTaskExtension.BuilderCustomTaskExtension.Builder. endpointConfiguration(CustomExtensionEndpointConfiguration endpointConfiguration)
-