IAgreementDetailsCollection Interface

Implements

public interface IAgreementDetailsCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<AgreementMetaData,ResourceCollection<AgreementMetaData>>

Encapsulates the operations on the agreement metadata collection.

Method Summary

Modifier and Type Method and Description
abstract IAgreementDetailsCollection byAgreementType(String agreementType)

Retrieves the operations tied with a specified agreement type.

abstract ResourceCollection<AgreementMetaData> get()

Gets the agreement details.

Method Details

byAgreementType

public abstract IAgreementDetailsCollection byAgreementType(String agreementType)

Retrieves the operations tied with a specified agreement type.

Parameters:

agreementType - The agreement type filter.

Returns:

The available operations for agreement details.

get

public abstract ResourceCollection get()

Gets the agreement details.

Returns:

The current agreement metadata.

Applies to