Uses of Class
odata.msgraph.client.complex.CustomExtensionCallbackConfiguration
-
-
Uses of CustomExtensionCallbackConfiguration in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return CustomExtensionCallbackConfiguration Modifier and Type Method Description CustomExtensionCallbackConfigurationCustomExtensionCallbackConfiguration. withTimeoutDuration(Duration timeoutDuration)CustomExtensionCallbackConfigurationCustomExtensionCallbackConfiguration. withUnmappedField(String name, String value) -
Uses of CustomExtensionCallbackConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CustomExtensionCallbackConfiguration Modifier and Type Field Description protected CustomExtensionCallbackConfigurationAccessPackageAssignmentRequestWorkflowExtension. callbackConfigurationprotected CustomExtensionCallbackConfigurationAccessPackageAssignmentWorkflowExtension. callbackConfigurationMethods in odata.msgraph.client.entity that return types with arguments of type CustomExtensionCallbackConfiguration Modifier and Type Method Description Optional<CustomExtensionCallbackConfiguration>AccessPackageAssignmentRequestWorkflowExtension. getCallbackConfiguration()Optional<CustomExtensionCallbackConfiguration>AccessPackageAssignmentWorkflowExtension. getCallbackConfiguration()Methods in odata.msgraph.client.entity with parameters of type CustomExtensionCallbackConfiguration Modifier and Type Method Description AccessPackageAssignmentRequestWorkflowExtension.BuilderAccessPackageAssignmentRequestWorkflowExtension.Builder. callbackConfiguration(CustomExtensionCallbackConfiguration callbackConfiguration)AccessPackageAssignmentWorkflowExtension.BuilderAccessPackageAssignmentWorkflowExtension.Builder. callbackConfiguration(CustomExtensionCallbackConfiguration callbackConfiguration)AccessPackageAssignmentRequestWorkflowExtensionAccessPackageAssignmentRequestWorkflowExtension. withCallbackConfiguration(CustomExtensionCallbackConfiguration callbackConfiguration)AccessPackageAssignmentWorkflowExtensionAccessPackageAssignmentWorkflowExtension. withCallbackConfiguration(CustomExtensionCallbackConfiguration callbackConfiguration) -
Uses of CustomExtensionCallbackConfiguration in odata.msgraph.client.identitygovernance.complex
Subclasses of CustomExtensionCallbackConfiguration in odata.msgraph.client.identitygovernance.complex Modifier and Type Class Description classCustomTaskExtensionCallbackConfiguration -
Uses of CustomExtensionCallbackConfiguration in odata.msgraph.client.identitygovernance.entity
Fields in odata.msgraph.client.identitygovernance.entity declared as CustomExtensionCallbackConfiguration Modifier and Type Field Description protected CustomExtensionCallbackConfigurationCustomTaskExtension. callbackConfigurationMethods in odata.msgraph.client.identitygovernance.entity that return types with arguments of type CustomExtensionCallbackConfiguration Modifier and Type Method Description Optional<CustomExtensionCallbackConfiguration>CustomTaskExtension. getCallbackConfiguration()Methods in odata.msgraph.client.identitygovernance.entity with parameters of type CustomExtensionCallbackConfiguration Modifier and Type Method Description CustomTaskExtension.BuilderCustomTaskExtension.Builder. callbackConfiguration(CustomExtensionCallbackConfiguration callbackConfiguration)CustomTaskExtensionCustomTaskExtension. withCallbackConfiguration(CustomExtensionCallbackConfiguration callbackConfiguration)
-