ICustomerReadonlyProfile<T> Interface
Type Parameters
- T
Implements
public interface ICustomerReadonlyProfile<T> extends IPartnerComponentString, IEntityGetOperations<T>
Encapsulates a single customer read-only profile behavior.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
get()
Retrieves the customer profile. |
Method Details
get
public abstract T get()
Retrieves the customer profile.
Returns:
The customer profile.