Class DomainOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.domains.DomainOperations
- All Implemented Interfaces:
IDomain,IEntityExistsOperations,IPartnerComponent<String>,IPartnerComponentString
public class DomainOperations extends BasePartnerComponentString implements IDomain
-
Constructor Summary
Constructors Modifier Constructor Description protectedDomainOperations(IPartner rootPartnerOperations, String domain)Initializes a new instance of the DomainOperations class. -
Method Summary
Modifier and Type Method Description booleanexists()Checks the availability of a domain.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
-
DomainOperations
Initializes a new instance of the DomainOperations class.- Parameters:
rootPartnerOperations- The root partner operations instancedomain- The domain
-
-
Method Details
-
exists
public boolean exists()Checks the availability of a domain.- Specified by:
existsin interfaceIDomain- Specified by:
existsin interfaceIEntityExistsOperations- Returns:
- A boolean value to indicate if the domain is available.
-