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