Interface IDomain
- All Superinterfaces:
IEntityExistsOperations,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
DomainOperations
public interface IDomain extends IPartnerComponentString, IEntityExistsOperations
-
Method Summary
Modifier and Type Method Description booleanexists()Checks if the domain is available or not.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
exists
boolean exists()Checks if the domain is available or not.- Specified by:
existsin interfaceIEntityExistsOperations- Returns:
- true if the domain exists, false otherwise.
-