Uses of Class
model.Error401UnauthorizedEmbeddedErrorsInner.CodeEnum
-
Packages that use Error401UnauthorizedEmbeddedErrorsInner.CodeEnum Package Description model -
-
Uses of Error401UnauthorizedEmbeddedErrorsInner.CodeEnum in model
Methods in model that return Error401UnauthorizedEmbeddedErrorsInner.CodeEnum Modifier and Type Method Description static Error401UnauthorizedEmbeddedErrorsInner.CodeEnumError401UnauthorizedEmbeddedErrorsInner.CodeEnum. fromValue(String value)Error401UnauthorizedEmbeddedErrorsInner.CodeEnumError401UnauthorizedEmbeddedErrorsInner. getCode()Get codeError401UnauthorizedEmbeddedErrorsInner.CodeEnumError401UnauthorizedEmbeddedErrorsInner.CodeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Error401UnauthorizedEmbeddedErrorsInner.CodeEnumError401UnauthorizedEmbeddedErrorsInner.CodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Error401UnauthorizedEmbeddedErrorsInner.CodeEnum[]Error401UnauthorizedEmbeddedErrorsInner.CodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Error401UnauthorizedEmbeddedErrorsInner.CodeEnum Modifier and Type Method Description Error401UnauthorizedEmbeddedErrorsInnerError401UnauthorizedEmbeddedErrorsInner. code(Error401UnauthorizedEmbeddedErrorsInner.CodeEnum code)voidError401UnauthorizedEmbeddedErrorsInner. setCode(Error401UnauthorizedEmbeddedErrorsInner.CodeEnum code)voidError401UnauthorizedEmbeddedErrorsInner.CodeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Error401UnauthorizedEmbeddedErrorsInner.CodeEnum enumeration)
-