Package model
Class ApplicationProfilesListEmbedded
- java.lang.Object
-
- model.ApplicationProfilesListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationProfilesListEmbedded extends Object
List of `application_profile` resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationProfilesListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATION_PROFILES
-
Constructor Summary
Constructors Constructor Description ApplicationProfilesListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationProfilesListEmbeddedaddApplicationProfilesItem(ApplicationProfile applicationProfilesItem)ApplicationProfilesListEmbeddedapplicationProfiles(Set<ApplicationProfile> applicationProfiles)booleanequals(Object o)static ApplicationProfilesListEmbeddedfromJson(String jsonString)Create an instance of ApplicationProfilesListEmbedded given an JSON stringSet<ApplicationProfile>getApplicationProfiles()`application_profile` resources.inthashCode()voidsetApplicationProfiles(Set<ApplicationProfile> applicationProfiles)StringtoJson()Convert an instance of ApplicationProfilesListEmbedded to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
applicationProfiles
public ApplicationProfilesListEmbedded applicationProfiles(Set<ApplicationProfile> applicationProfiles)
-
addApplicationProfilesItem
public ApplicationProfilesListEmbedded addApplicationProfilesItem(ApplicationProfile applicationProfilesItem)
-
getApplicationProfiles
@Nullable public Set<ApplicationProfile> getApplicationProfiles()
`application_profile` resources.- Returns:
- applicationProfiles
-
setApplicationProfiles
public void setApplicationProfiles(Set<ApplicationProfile> applicationProfiles)
-
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 ApplicationProfilesListEmbedded
-
fromJson
public static ApplicationProfilesListEmbedded fromJson(String jsonString) throws IOException
Create an instance of ApplicationProfilesListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ApplicationProfilesListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to ApplicationProfilesListEmbedded
-
toJson
public String toJson()
Convert an instance of ApplicationProfilesListEmbedded to an JSON string- Returns:
- JSON string
-
-