Uses of Class
odata.msgraph.client.identitygovernance.complex.CustomTaskExtensionCallbackData
-
-
Uses of CustomTaskExtensionCallbackData in odata.msgraph.client.identitygovernance.complex
Methods in odata.msgraph.client.identitygovernance.complex that return CustomTaskExtensionCallbackData Modifier and Type Method Description CustomTaskExtensionCallbackDataCustomTaskExtensionCallbackData.Builder. build()CustomTaskExtensionCallbackDataCustomTaskExtensionCallbackData. withOperationStatus(CustomTaskExtensionOperationStatus operationStatus)CustomTaskExtensionCallbackDataCustomTaskExtensionCallbackData. withUnmappedField(String name, Object value) -
Uses of CustomTaskExtensionCallbackData in odata.msgraph.client.identitygovernance.entity
Methods in odata.msgraph.client.identitygovernance.entity with parameters of type CustomTaskExtensionCallbackData Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnTaskProcessingResult. resume(String source, String type, CustomTaskExtensionCallbackData data) -
Uses of CustomTaskExtensionCallbackData in odata.msgraph.client.identitygovernance.entity.request
Methods in odata.msgraph.client.identitygovernance.entity.request with parameters of type CustomTaskExtensionCallbackData Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnTaskProcessingResultRequest. resume(String source, String type, CustomTaskExtensionCallbackData data)
-