Package model
Class ApplicationProfilesListLinks
- java.lang.Object
-
- model.ApplicationProfilesListLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationProfilesListLinks 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 classApplicationProfilesListLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FIRSTstatic StringSERIALIZED_NAME_LASTstatic StringSERIALIZED_NAME_NEXTstatic StringSERIALIZED_NAME_PREVstatic StringSERIALIZED_NAME_SELF
-
Constructor Summary
Constructors Constructor Description ApplicationProfilesListLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_FIRST
public static final String SERIALIZED_NAME_FIRST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST
public static final String SERIALIZED_NAME_LAST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT
public static final String SERIALIZED_NAME_NEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREV
public static final String SERIALIZED_NAME_PREV
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
-
Method Detail
-
first
public ApplicationProfilesListLinks first(ApplicationLinksApplicationProfile first)
-
getFirst
@Nullable public ApplicationLinksApplicationProfile getFirst()
Get first- Returns:
- first
-
setFirst
public void setFirst(ApplicationLinksApplicationProfile first)
-
last
public ApplicationProfilesListLinks last(ApplicationLinksApplicationProfile last)
-
getLast
@Nullable public ApplicationLinksApplicationProfile getLast()
Get last- Returns:
- last
-
setLast
public void setLast(ApplicationLinksApplicationProfile last)
-
next
public ApplicationProfilesListLinks next(ApplicationLinksApplicationProfile next)
-
getNext
@Nullable public ApplicationLinksApplicationProfile getNext()
Get next- Returns:
- next
-
setNext
public void setNext(ApplicationLinksApplicationProfile next)
-
prev
public ApplicationProfilesListLinks prev(ApplicationLinksApplicationProfile prev)
-
getPrev
@Nullable public ApplicationLinksApplicationProfile getPrev()
Get prev- Returns:
- prev
-
setPrev
public void setPrev(ApplicationLinksApplicationProfile prev)
-
self
public ApplicationProfilesListLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
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 ApplicationProfilesListLinks
-
fromJson
public static ApplicationProfilesListLinks fromJson(String jsonString) throws IOException
Create an instance of ApplicationProfilesListLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ApplicationProfilesListLinks
- Throws:
IOException- if the JSON string is invalid with respect to ApplicationProfilesListLinks
-
toJson
public String toJson()
Convert an instance of ApplicationProfilesListLinks to an JSON string- Returns:
- JSON string
-
-