Package model

Class ApplicationProfilesListEmbedded


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ApplicationProfilesListEmbedded
    extends Object
    List of `application_profile` resources.
    • Constructor Detail

      • ApplicationProfilesListEmbedded

        public ApplicationProfilesListEmbedded()
    • Method Detail

      • getApplicationProfiles

        @Nullable
        public Set<ApplicationProfile> getApplicationProfiles()
        `application_profile` resources.
        Returns:
        applicationProfiles
      • setApplicationProfiles

        public void setApplicationProfiles​(Set<ApplicationProfile> applicationProfiles)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates 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