public class NotificationsEnabledAttribute extends BooleanAttribute
EXAMPLE:
UserProfile userProfile = new UserProfile.Builder()
.apply(Attribute.notificationEnabled().withValue(true))
.build();
withValue, withValueIfUndefined, withValueReset