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
    boolean exists()
    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:
      exists in interface IEntityExistsOperations
      Returns:
      true if the domain exists, false otherwise.