Class UserProfileModificationComplianceSchema


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class UserProfileModificationComplianceSchema
    extends Object
    UserProfileModificationComplianceSchema
    • Field Detail

      • SERIALIZED_NAME_USER_PROFILE_MODIFICATION

        public static final String SERIALIZED_NAME_USER_PROFILE_MODIFICATION
        See Also:
        Constant Field Values
      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • Constructor Detail

      • UserProfileModificationComplianceSchema

        public UserProfileModificationComplianceSchema()
    • Method Detail

      • 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 UserProfileModificationComplianceSchema
      • fromJson

        public static UserProfileModificationComplianceSchema fromJson​(String jsonString)
                                                                throws IOException
        Create an instance of UserProfileModificationComplianceSchema given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of UserProfileModificationComplianceSchema
        Throws:
        IOException - if the JSON string is invalid with respect to UserProfileModificationComplianceSchema
      • toJson

        public String toJson()
        Convert an instance of UserProfileModificationComplianceSchema to an JSON string
        Returns:
        JSON string