All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.phasetwo.service.model.DomainModel Maven / Gradle / Ivy

There is a newer version: 0.79
Show newest version
package io.phasetwo.service.model;

public interface DomainModel {

  String getDomain();

  boolean isVerified();

  void setVerified(boolean verified);

  OrganizationModel getOrganization();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy