Package com.boldsign.model
Class EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum>
-
- com.boldsign.model.EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum.Adapter
-
- Enclosing class:
- EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum
public static class EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum.Adapter extends com.google.gson.TypeAdapter<EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum>- Throws:
IOException
-
read
public EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<EmbeddedSendTemplateFormRequest.AllowedSignatureTypesEnum>- Throws:
IOException
-
-