Package model
Class SubscriptionEnrollmentList
- java.lang.Object
-
- model.SubscriptionEnrollmentList
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubscriptionEnrollmentList extends Object
SubscriptionEnrollmentList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionEnrollmentList.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 SubscriptionEnrollmentList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionEnrollmentListembedded(SubscriptionEnrollmentListEmbedded embedded)booleanequals(Object o)static SubscriptionEnrollmentListfromJson(String jsonString)Create an instance of SubscriptionEnrollmentList given an JSON stringSubscriptionEnrollmentListEmbeddedgetEmbedded()Get embeddedDisputeEvidenceLinksgetLinks()Get linksUsersListPagegetPage()Get pageinthashCode()SubscriptionEnrollmentListlinks(DisputeEvidenceLinks links)SubscriptionEnrollmentListpage(UsersListPage page)voidsetEmbedded(SubscriptionEnrollmentListEmbedded embedded)voidsetLinks(DisputeEvidenceLinks links)voidsetPage(UsersListPage page)StringtoJson()Convert an instance of SubscriptionEnrollmentList to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
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 SubscriptionEnrollmentList page(UsersListPage page)
-
getPage
@Nullable public UsersListPage getPage()
Get page- Returns:
- page
-
setPage
public void setPage(UsersListPage page)
-
embedded
public SubscriptionEnrollmentList embedded(SubscriptionEnrollmentListEmbedded embedded)
-
getEmbedded
@Nullable public SubscriptionEnrollmentListEmbedded getEmbedded()
Get embedded- Returns:
- embedded
-
setEmbedded
public void setEmbedded(SubscriptionEnrollmentListEmbedded embedded)
-
links
public SubscriptionEnrollmentList links(DisputeEvidenceLinks links)
-
getLinks
@Nullable public DisputeEvidenceLinks getLinks()
Get links- Returns:
- links
-
setLinks
public void setLinks(DisputeEvidenceLinks 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 SubscriptionEnrollmentList
-
fromJson
public static SubscriptionEnrollmentList fromJson(String jsonString) throws IOException
Create an instance of SubscriptionEnrollmentList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SubscriptionEnrollmentList
- Throws:
IOException- if the JSON string is invalid with respect to SubscriptionEnrollmentList
-
toJson
public String toJson()
Convert an instance of SubscriptionEnrollmentList to an JSON string- Returns:
- JSON string
-
-