Class ContentStatus.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ContentStatus>
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.ContentStatus.Adapter
-
- Enclosing class:
- ContentStatus
public static class ContentStatus.Adapter extends com.google.gson.TypeAdapter<ContentStatus>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentStatus
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, ContentStatus enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, ContentStatus enumeration) throws java.io.IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<ContentStatus>
- Throws:
java.io.IOException
-
read
public ContentStatus read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<ContentStatus>
- Throws:
java.io.IOException
-
-