ICustomerApplicationConsentCollection Interface

Implements

public interface ICustomerApplicationConsentCollection extends IPartnerComponentString, IEntitySelector<String,IApplicationConsent>, IEntityCreateOperations<ApplicationConsent,ApplicationConsent>

Encapsulates the operations on the ApplicationConsent collection.

Method Summary

Modifier and Type Method and Description
abstract IApplicationConsent byId(String applicationId)

Gets a single application consent behavior.

abstract ApplicationConsent create(ApplicationConsent newEntity)

Adds application consents.

Method Details

byId

public abstract IApplicationConsent byId(String applicationId)

Gets a single application consent behavior.

Parameters:

applicationId - The application identifier.

Returns:

The application consent operations.

create

public abstract ApplicationConsent create(ApplicationConsent newEntity)

Adds application consents.

Parameters:

newEntity - ApplicationConsent to add.

Returns:

ApplicationConsent entity.

Applies to