Uses of Class
com.boldsign.model.AccessCodeDetail.AuthenticationTypeEnum
-
Packages that use AccessCodeDetail.AuthenticationTypeEnum Package Description com.boldsign.model -
-
Uses of AccessCodeDetail.AuthenticationTypeEnum in com.boldsign.model
Methods in com.boldsign.model that return AccessCodeDetail.AuthenticationTypeEnum Modifier and Type Method Description static AccessCodeDetail.AuthenticationTypeEnumAccessCodeDetail.AuthenticationTypeEnum. fromValue(String value)AccessCodeDetail.AuthenticationTypeEnumAccessCodeDetail. getAuthenticationType()Get authenticationTypeAccessCodeDetail.AuthenticationTypeEnumAccessCodeDetail.AuthenticationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AccessCodeDetail.AuthenticationTypeEnumAccessCodeDetail.AuthenticationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessCodeDetail.AuthenticationTypeEnum[]AccessCodeDetail.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 AccessCodeDetail.AuthenticationTypeEnum Modifier and Type Method Description AccessCodeDetailAccessCodeDetail. authenticationType(AccessCodeDetail.AuthenticationTypeEnum authenticationType)voidAccessCodeDetail. setAuthenticationType(AccessCodeDetail.AuthenticationTypeEnum authenticationType)voidAccessCodeDetail.AuthenticationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccessCodeDetail.AuthenticationTypeEnum enumeration)
-