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
public class OrganizationTheme extends Resource
The organization name, UUID, colors and logo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrganizationTheme.Builder
-
Field Summary
-
Fields inherited from class es.situm.sdk.model.Resource
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS
-
-
Constructor Summary
Constructors Constructor Description OrganizationTheme(java.lang.String organizationName, java.lang.String organizationUuid, ThemeColors themeColors, URL logoPath)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
URL
getLogo()
java.lang.String
getOrganizationName()
java.lang.String
getOrganizationUuid()
ThemeColors
getThemeColors()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class es.situm.sdk.model.Resource
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAt
-
-
-
-
Constructor Detail
-
OrganizationTheme
public OrganizationTheme(java.lang.String organizationName, java.lang.String organizationUuid, ThemeColors themeColors, URL logoPath)
Deprecated.
-
-
Method Detail
-
getOrganizationName
public java.lang.String getOrganizationName()
-
getOrganizationUuid
public java.lang.String getOrganizationUuid()
-
getThemeColors
@Nullable public ThemeColors getThemeColors()
-
getLogo
@Nullable public URL getLogo()
-
-