Interface CustomerOrganization
@PublicApi
public interface CustomerOrganization
Representation of an organization
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()Get Id ofCustomerOrganizationgetName()Get name ofCustomerOrganization
-
Method Details
-
getId
int getId()Get Id ofCustomerOrganization -
getName
String getName()Get name ofCustomerOrganization
-