-
public class ProfileDeletableAttributeA simple class that wrap a String to handle usage of null to delete a value since java doesn't have undefined equivalent.
-
-
Constructor Summary
Constructors Constructor Description ProfileDeletableAttribute(String value)Constructor
-
Method Summary
Modifier and Type Method Description StringgetValue()Get the string value ObjectgetSerializedValue()Get a serialized json object of this class. -
-
Constructor Detail
-
ProfileDeletableAttribute
ProfileDeletableAttribute(String value)
Constructor- Parameters:
value- The string value.
-
-
-
-