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