Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

MemberTierInputBuilder Class

Contains methods to build an instance of the LoyaltyManagement.MemberTierInput class.

Namespace

LoyaltyManagement

MemberTierInputBuilder Methods

The following are methods for MemberTierInputBuilder.

build()

Returns an instance of the LoyaltyManagement.MemberTierInput object.

Signature

public LoyaltyManagement.MemberTierInput build()

setLoyaltyProgramMemberId(loyaltyProgramMemberId)

Represents the ID of the loyalty program member whose tier details are to be fetched. This is a required field.

Signature

public LoyaltyManagement.MemberTierInputBuilder setLoyaltyProgramMemberId(String loyaltyProgramMemberId)

Parameters

loyaltyProgramMemberId
Type: String

setProgramName(programName)

Represents the loyalty program name associated with the tier.

Signature

public LoyaltyManagement.MemberTierInputBuilder setProgramName(String programName)

Parameters

programName
Type: String

setTierGroupName(tierGroupName)

Represents the name of the tier group. This is a required field.

Signature

public LoyaltyManagement.MemberTierInputBuilder setTierGroupName(String tierGroupName)

Parameters

tierGroupName
Type: String