-
public class LocalCampaignsResponseDeserializer extends ResponseDeserializer
Deserializer class for LocalCampaignsResponse
-
-
Constructor Summary
Constructors Constructor Description LocalCampaignsResponseDeserializer(JSONObject json)Constructor
-
Method Summary
Modifier and Type Method Description LocalCampaignsResponsedeserialize()Deserialize method List<LocalCampaign>deserializeCampaigns()Only deserialize the local campaigns from the json response LocalCampaignsResponse.GlobalCappingsdeserializeCappings()Only deserialize the global in-app cappings from the json response -
-
Constructor Detail
-
LocalCampaignsResponseDeserializer
LocalCampaignsResponseDeserializer(JSONObject json)
Constructor- Parameters:
json- json response
-
-
Method Detail
-
deserialize
LocalCampaignsResponse deserialize()
Deserialize method
-
deserializeCampaigns
@NonNull() List<LocalCampaign> deserializeCampaigns()
Only deserialize the local campaigns from the json response
-
deserializeCappings
@Nullable() LocalCampaignsResponse.GlobalCappings deserializeCappings()
Only deserialize the global in-app cappings from the json response
-
-
-
-