Uses of Class
odata.msgraph.client.enums.ProcessIntegrityLevel
-
Packages that use ProcessIntegrityLevel Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ProcessIntegrityLevel in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ProcessIntegrityLevel Modifier and Type Field Description protected ProcessIntegrityLevelProcess. integrityLevelMethods in odata.msgraph.client.complex that return types with arguments of type ProcessIntegrityLevel Modifier and Type Method Description Optional<ProcessIntegrityLevel>Process. getIntegrityLevel()Methods in odata.msgraph.client.complex with parameters of type ProcessIntegrityLevel Modifier and Type Method Description Process.BuilderProcess.Builder. integrityLevel(ProcessIntegrityLevel integrityLevel)ProcessProcess. withIntegrityLevel(ProcessIntegrityLevel integrityLevel) -
Uses of ProcessIntegrityLevel in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ProcessIntegrityLevel Modifier and Type Method Description static ProcessIntegrityLevelProcessIntegrityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessIntegrityLevel[]ProcessIntegrityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-