Class Day

    • Method Detail

      • fromJson

        public static Day fromJson​(String json,
                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a Day object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        Day object represented by the provided JSON
      • fromJson

        public static Day fromJson​(InputStream json,
                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a Day object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        Day object represented by the provided JSON
      • getRedirectTo

        public final URI getRedirectTo()
      • getDay

        public final String getDay()
      • getSize

        public final Integer getSize()
      • getCreateDate

        public final String getCreateDate()
      • getFriendlyName

        public final String getFriendlyName()
      • getResourceType

        public final String getResourceType()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object