AMAGenderAttribute protocol

The protocol defines methods for updating the gender of a user profile.

Instance methods

-withValue:

Updates the attribute value with the specified value from the AMAGenderType enum.

-withValueReset

Resets the attribute value.

Method descriptions

-withValue:

- (AMAUserProfileUpdate *)withValue:(AMAGenderType)value

Updates the attribute value with the specified value from the AMAGenderType enum.

Parameters:

value

The value from the AMAGenderType enum.

Returns:

The AMAUserProfileUpdate class instance.

-withValueReset

- (AMAUserProfileUpdate *)withValueReset

Resets the attribute value.

Returns:

The AMAUserProfileUpdate class instance.