ISupportProfile Interface
Implements
public interface ISupportProfile extends IPartnerComponentString, IEntityGetOperations<SupportProfile>, IEntityUpdateOperations<SupportProfile>
Encapsulates behavior of a partner support profile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Support |
get()
Retrieves the partner's support profile. |
|
abstract
Support |
update(SupportProfile supportProfile)
Updates the partner's support profile. |
Method Details
get
public abstract SupportProfile get()
Retrieves the partner's support profile. This operation is currently only supported for user based credentials.
Returns:
update
public abstract SupportProfile update(SupportProfile supportProfile)
Updates the partner's support profile. This operation is currently only supported for user based credentials.
Parameters:
Returns: