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