Uses of Class
com.boldsign.model.SendForSign.AllowedSignatureTypesEnum
-
Packages that use SendForSign.AllowedSignatureTypesEnum Package Description com.boldsign.model -
-
Uses of SendForSign.AllowedSignatureTypesEnum in com.boldsign.model
Methods in com.boldsign.model that return SendForSign.AllowedSignatureTypesEnum Modifier and Type Method Description static SendForSign.AllowedSignatureTypesEnumSendForSign.AllowedSignatureTypesEnum. fromValue(String value)SendForSign.AllowedSignatureTypesEnumSendForSign.AllowedSignatureTypesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SendForSign.AllowedSignatureTypesEnumSendForSign.AllowedSignatureTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SendForSign.AllowedSignatureTypesEnum[]SendForSign.AllowedSignatureTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model that return types with arguments of type SendForSign.AllowedSignatureTypesEnum Modifier and Type Method Description List<SendForSign.AllowedSignatureTypesEnum>SendForSign. getAllowedSignatureTypes()Get allowedSignatureTypesMethods in com.boldsign.model with parameters of type SendForSign.AllowedSignatureTypesEnum Modifier and Type Method Description SendForSignSendForSign. addAllowedSignatureTypesItem(SendForSign.AllowedSignatureTypesEnum allowedSignatureTypesItem)voidSendForSign.AllowedSignatureTypesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SendForSign.AllowedSignatureTypesEnum enumeration)Method parameters in com.boldsign.model with type arguments of type SendForSign.AllowedSignatureTypesEnum Modifier and Type Method Description SendForSignSendForSign. allowedSignatureTypes(List<SendForSign.AllowedSignatureTypesEnum> allowedSignatureTypes)voidSendForSign. setAllowedSignatureTypes(List<SendForSign.AllowedSignatureTypesEnum> allowedSignatureTypes)
-