Package es.situm.sdk.model.organization
Class OrganizationTheme
java.lang.Object
es.situm.sdk.model.Resource
es.situm.sdk.model.organization.OrganizationTheme
- All Implemented Interfaces:
Filterable
The organization name, UUID, colors and logo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class es.situm.sdk.model.Resource
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS -
Constructor Summary
ConstructorsConstructorDescriptionOrganizationTheme(String organizationName, String organizationUuid, ThemeColors themeColors, URL logoPath) Deprecated. -
Method Summary
Methods inherited from class es.situm.sdk.model.Resource
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAt
-
Constructor Details
-
OrganizationTheme
public OrganizationTheme(String organizationName, String organizationUuid, ThemeColors themeColors, URL logoPath) Deprecated.
-
-
Method Details