Class SupportTopicsCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.servicerequests.SupportTopicsCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<SupportTopic,ResourceCollection<SupportTopic>>,IPartnerComponent<String>,IPartnerComponentString,ISupportTopicsCollection
public class SupportTopicsCollectionOperations extends BasePartnerComponentString implements ISupportTopicsCollection
The operations that can be performed on support topics. Support Topics operations are localizable.
-
Constructor Summary
Constructors Constructor Description SupportTopicsCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the SupportTopicsCollectionOperations class with default locale. -
Method Summary
Modifier and Type Method Description ResourceCollection<SupportTopic>get()Gets a collection of available support topics to create service request.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
SupportTopicsCollectionOperations
Initializes a new instance of the SupportTopicsCollectionOperations class with default locale.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Gets a collection of available support topics to create service request.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<SupportTopic,ResourceCollection<SupportTopic>>- Specified by:
getin interfaceISupportTopicsCollection- Returns:
- Collection of Support Topic Info.
-