Package model
Class SubscriptionSchedulesListLinks
- java.lang.Object
-
- model.SubscriptionSchedulesListLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubscriptionSchedulesListLinks extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionSchedulesListLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_LASTstatic StringSERIALIZED_NAME_NEXTstatic StringSERIALIZED_NAME_SELF_COLON
-
Constructor Summary
Constructors Constructor Description SubscriptionSchedulesListLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF_COLON
public static final String SERIALIZED_NAME_SELF_COLON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT
public static final String SERIALIZED_NAME_NEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST
public static final String SERIALIZED_NAME_LAST
- See Also:
- Constant Field Values
-
-
Method Detail
-
selfColon
public SubscriptionSchedulesListLinks selfColon(ApplicationLinksApplicationProfile selfColon)
-
getSelfColon
@Nullable public ApplicationLinksApplicationProfile getSelfColon()
Get selfColon- Returns:
- selfColon
-
setSelfColon
public void setSelfColon(ApplicationLinksApplicationProfile selfColon)
-
next
public SubscriptionSchedulesListLinks next(ApplicationLinksApplicationProfile next)
-
getNext
@Nullable public ApplicationLinksApplicationProfile getNext()
Get next- Returns:
- next
-
setNext
public void setNext(ApplicationLinksApplicationProfile next)
-
last
public SubscriptionSchedulesListLinks last(ApplicationLinksApplicationProfile last)
-
getLast
@Nullable public ApplicationLinksApplicationProfile getLast()
Get last- Returns:
- last
-
setLast
public void setLast(ApplicationLinksApplicationProfile last)
-
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 SubscriptionSchedulesListLinks
-
fromJson
public static SubscriptionSchedulesListLinks fromJson(String jsonString) throws IOException
Create an instance of SubscriptionSchedulesListLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SubscriptionSchedulesListLinks
- Throws:
IOException- if the JSON string is invalid with respect to SubscriptionSchedulesListLinks
-
toJson
public String toJson()
Convert an instance of SubscriptionSchedulesListLinks to an JSON string- Returns:
- JSON string
-
-