Uses of Class
com.boldsign.model.TemplateRole.ImposeAuthenticationEnum
-
Packages that use TemplateRole.ImposeAuthenticationEnum Package Description com.boldsign.model -
-
Uses of TemplateRole.ImposeAuthenticationEnum in com.boldsign.model
Methods in com.boldsign.model that return TemplateRole.ImposeAuthenticationEnum Modifier and Type Method Description static TemplateRole.ImposeAuthenticationEnumTemplateRole.ImposeAuthenticationEnum. fromValue(String value)TemplateRole.ImposeAuthenticationEnumTemplateRole. getImposeAuthentication()Get imposeAuthenticationTemplateRole.ImposeAuthenticationEnumTemplateRole.ImposeAuthenticationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static TemplateRole.ImposeAuthenticationEnumTemplateRole.ImposeAuthenticationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateRole.ImposeAuthenticationEnum[]TemplateRole.ImposeAuthenticationEnum. 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 TemplateRole.ImposeAuthenticationEnum Modifier and Type Method Description TemplateRoleTemplateRole. imposeAuthentication(TemplateRole.ImposeAuthenticationEnum imposeAuthentication)voidTemplateRole. setImposeAuthentication(TemplateRole.ImposeAuthenticationEnum imposeAuthentication)voidTemplateRole.ImposeAuthenticationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, TemplateRole.ImposeAuthenticationEnum enumeration)
-