Uses of Class
odata.msgraph.client.beta.enums.Code
-
Packages that use Code Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Code in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Code Modifier and Type Field Description protected CodeDeviceComplianceScriptError. codeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Code Modifier and Type Method Description Optional<Code>DeviceComplianceScriptError. getCode()“Error code.”Methods in odata.msgraph.client.beta.complex with parameters of type Code Modifier and Type Method Description DeviceComplianceScriptError.BuilderDeviceComplianceScriptError.Builder. code(Code code)“Error code.”DeviceComplianceScriptRuleError.BuilderDeviceComplianceScriptRuleError.Builder. code(Code code)DeviceComplianceScriptErrorDeviceComplianceScriptError. withCode(Code code)Returns an immutable copy ofthiswith just thecodefield changed. -
Uses of Code in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Code Modifier and Type Method Description static CodeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Code[]Code. values()Returns an array containing the constants of this enum type, in the order they are declared.
-