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 SupportProfile get()

Retrieves the partner's support profile.

abstract SupportProfile 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:

The partner's support profile.

update

public abstract SupportProfile update(SupportProfile supportProfile)

Updates the partner's support profile. This operation is currently only supported for user based credentials.

Parameters:

supportProfile - The support profile.

Returns:

The updated support profile.

Applies to