Uses of Enum
com.boldsign.model.Role.AuthenticationTypeEnum
Packages that use Role.AuthenticationTypeEnum
-
Uses of Role.AuthenticationTypeEnum in com.boldsign.model
Subclasses with type arguments of type Role.AuthenticationTypeEnum in com.boldsign.modelModifier and TypeClassDescriptionstatic enumGets or Sets authenticationTypestatic classMethods in com.boldsign.model that return Role.AuthenticationTypeEnumModifier and TypeMethodDescriptionstatic Role.AuthenticationTypeEnumRole.getAuthenticationType()Get authenticationTypeRole.AuthenticationTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Role.AuthenticationTypeEnumReturns the enum constant of this type with the specified name.static Role.AuthenticationTypeEnum[]Role.AuthenticationTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type Role.AuthenticationTypeEnumModifier and TypeMethodDescriptionRole.authenticationType(Role.AuthenticationTypeEnum authenticationType) voidRole.setAuthenticationType(Role.AuthenticationTypeEnum authenticationType) voidRole.AuthenticationTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Role.AuthenticationTypeEnum enumeration)