Package 

Class ProfileDeletableAttribute


  • 
    public class ProfileDeletableAttribute
    
                        

    A simple class that wrap a String to handle usage of null to delete a value since java doesn't have undefined equivalent.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value
    • Method Summary

      Modifier and Type Method Description
      String getValue() Get the string value
      Object getSerializedValue() Get a serialized json object of this class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait