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 classOrganizationTheme.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 booleanequals(java.lang.Object o)URLgetLogo()java.lang.StringgetOrganizationName()java.lang.StringgetOrganizationUuid()ThemeColorsgetThemeColors()inthashCode()java.lang.StringtoString()-
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()
-
-