Package model
Class SubscriptionSchedulesListEmbedded
- java.lang.Object
-
- model.SubscriptionSchedulesListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubscriptionSchedulesListEmbedded extends Object
List of `subscription_schedule` objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionSchedulesListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_SUBSCRIPTION_SCHEDULES
-
Constructor Summary
Constructors Constructor Description SubscriptionSchedulesListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionSchedulesListEmbeddedaddSubscriptionSchedulesItem(SubscriptionSchedule subscriptionSchedulesItem)booleanequals(Object o)static SubscriptionSchedulesListEmbeddedfromJson(String jsonString)Create an instance of SubscriptionSchedulesListEmbedded given an JSON stringSet<SubscriptionSchedule>getSubscriptionSchedules()`subscription_schedule` objects.inthashCode()voidsetSubscriptionSchedules(Set<SubscriptionSchedule> subscriptionSchedules)SubscriptionSchedulesListEmbeddedsubscriptionSchedules(Set<SubscriptionSchedule> subscriptionSchedules)StringtoJson()Convert an instance of SubscriptionSchedulesListEmbedded to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
subscriptionSchedules
public SubscriptionSchedulesListEmbedded subscriptionSchedules(Set<SubscriptionSchedule> subscriptionSchedules)
-
addSubscriptionSchedulesItem
public SubscriptionSchedulesListEmbedded addSubscriptionSchedulesItem(SubscriptionSchedule subscriptionSchedulesItem)
-
getSubscriptionSchedules
@Nullable public Set<SubscriptionSchedule> getSubscriptionSchedules()
`subscription_schedule` objects.- Returns:
- subscriptionSchedules
-
setSubscriptionSchedules
public void setSubscriptionSchedules(Set<SubscriptionSchedule> subscriptionSchedules)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to SubscriptionSchedulesListEmbedded
-
fromJson
public static SubscriptionSchedulesListEmbedded fromJson(String jsonString) throws IOException
Create an instance of SubscriptionSchedulesListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SubscriptionSchedulesListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to SubscriptionSchedulesListEmbedded
-
toJson
public String toJson()
Convert an instance of SubscriptionSchedulesListEmbedded to an JSON string- Returns:
- JSON string
-
-