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