Package model
Class SubscriptionSchedulesList
- java.lang.Object
-
- model.SubscriptionSchedulesList
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubscriptionSchedulesList extends Object
`Subscription Schedule` resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionSchedulesList.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EMBEDDEDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_PAGE
-
Constructor Summary
Constructors Constructor Description SubscriptionSchedulesList()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_PAGE
public static final String SERIALIZED_NAME_PAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMBEDDED
public static final String SERIALIZED_NAME_EMBEDDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
page
public SubscriptionSchedulesList page(UsersListPage page)
-
getPage
@Nullable public UsersListPage getPage()
Get page- Returns:
- page
-
setPage
public void setPage(UsersListPage page)
-
embedded
public SubscriptionSchedulesList embedded(SubscriptionSchedulesListEmbedded embedded)
-
getEmbedded
@Nullable public SubscriptionSchedulesListEmbedded getEmbedded()
Get embedded- Returns:
- embedded
-
setEmbedded
public void setEmbedded(SubscriptionSchedulesListEmbedded embedded)
-
links
public SubscriptionSchedulesList links(SubscriptionSchedulesListLinks links)
-
getLinks
@Nullable public SubscriptionSchedulesListLinks getLinks()
Get links- Returns:
- links
-
setLinks
public void setLinks(SubscriptionSchedulesListLinks links)
-
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 SubscriptionSchedulesList
-
fromJson
public static SubscriptionSchedulesList fromJson(String jsonString) throws IOException
Create an instance of SubscriptionSchedulesList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SubscriptionSchedulesList
- Throws:
IOException- if the JSON string is invalid with respect to SubscriptionSchedulesList
-
toJson
public String toJson()
Convert an instance of SubscriptionSchedulesList to an JSON string- Returns:
- JSON string
-
-