Class OnboardingTheme


  • public class OnboardingTheme
    extends Object
    OnboardingTheme
    • Constructor Detail

      • OnboardingTheme

        public OnboardingTheme()
    • Method Detail

      • createdAt

        public OnboardingTheme createdAt​(OffsetDateTime createdAt)
        The creation date of the theme.
        Parameters:
        createdAt -
        Returns:
        the current OnboardingTheme instance, allowing for method chaining
      • getCreatedAt

        public OffsetDateTime getCreatedAt()
        The creation date of the theme.
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
        The creation date of the theme.
        Parameters:
        createdAt -
      • description

        public OnboardingTheme description​(String description)
        The description of the theme.
        Parameters:
        description -
        Returns:
        the current OnboardingTheme instance, allowing for method chaining
      • getDescription

        public String getDescription()
        The description of the theme.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        The description of the theme.
        Parameters:
        description -
      • id

        public OnboardingTheme id​(String id)
        The unique identifier of the theme.
        Parameters:
        id -
        Returns:
        the current OnboardingTheme instance, allowing for method chaining
      • getId

        public String getId()
        The unique identifier of the theme.
        Returns:
        id
      • setId

        public void setId​(String id)
        The unique identifier of the theme.
        Parameters:
        id -
      • properties

        public OnboardingTheme properties​(Map<String,​String> properties)
        The properties of the theme.
        Parameters:
        properties -
        Returns:
        the current OnboardingTheme instance, allowing for method chaining
      • getProperties

        public Map<String,​String> getProperties()
        The properties of the theme.
        Returns:
        properties
      • setProperties

        public void setProperties​(Map<String,​String> properties)
        The properties of the theme.
        Parameters:
        properties -
      • updatedAt

        public OnboardingTheme updatedAt​(OffsetDateTime updatedAt)
        The date when the theme was last updated.
        Parameters:
        updatedAt -
        Returns:
        the current OnboardingTheme instance, allowing for method chaining
      • getUpdatedAt

        public OffsetDateTime getUpdatedAt()
        The date when the theme was last updated.
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(OffsetDateTime updatedAt)
        The date when the theme was last updated.
        Parameters:
        updatedAt -
      • equals

        public boolean equals​(Object o)
        Return true if this OnboardingTheme object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static OnboardingTheme fromJson​(String jsonString)
                                        throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of OnboardingTheme given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of OnboardingTheme
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to OnboardingTheme
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of OnboardingTheme to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException