Uses of Class
com.boldsign.model.Role.AuthenticationTypeEnum
-
Packages that use Role.AuthenticationTypeEnum Package Description com.boldsign.model -
-
Uses of Role.AuthenticationTypeEnum in com.boldsign.model
Methods in com.boldsign.model that return Role.AuthenticationTypeEnum Modifier and Type Method Description static Role.AuthenticationTypeEnumRole.AuthenticationTypeEnum. fromValue(String value)Role.AuthenticationTypeEnumRole. getAuthenticationType()Get authenticationTypeRole.AuthenticationTypeEnumRole.AuthenticationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Role.AuthenticationTypeEnumRole.AuthenticationTypeEnum. valueOf(String name)Returns 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.AuthenticationTypeEnum Modifier and Type Method Description RoleRole. authenticationType(Role.AuthenticationTypeEnum authenticationType)voidRole. setAuthenticationType(Role.AuthenticationTypeEnum authenticationType)voidRole.AuthenticationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Role.AuthenticationTypeEnum enumeration)
-