Interface ISupportTopicsCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<SupportTopic,ResourceCollection<SupportTopic>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
SupportTopicsCollectionOperations
public interface ISupportTopicsCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<SupportTopic,ResourceCollection<SupportTopic>>
Represents the behavior of support topics. Support Topics operations are localizable.
-
Method Summary
Modifier and Type Method Description ResourceCollection<SupportTopic>get()Retrieves all the support topics.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<SupportTopic> get()Retrieves all the support topics.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<SupportTopic,ResourceCollection<SupportTopic>>- Returns:
- The support topics.
-