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
IApplication |
byId(String applicationId)
Gets a single application consent behavior. |
|
abstract
Application |
create(ApplicationConsent newEntity)
Adds application consents. |
Method Details
byId
public abstract IApplicationConsent byId(String applicationId)
Gets a single application consent behavior.
Parameters:
Returns:
create
public abstract ApplicationConsent create(ApplicationConsent newEntity)
Adds application consents.
Parameters:
Returns: