Class FeedPageProvider.HeaderAndContentType

    • Constructor Detail

      • HeaderAndContentType

        public HeaderAndContentType​(@NonNull
                                    @NonNull FeedPageHeader header,
                                    @NonNull
                                    @NonNull ContentType contentType)
    • Method Detail

      • toHttpHeaders

        @NonNull
        public @NonNull HttpHeaders toHttpHeaders()
        Description copied from interface: ToHttpHeaders
        Return HTTP headers for this object.
        Specified by:
        toHttpHeaders in interface ToHttpHeaders
        Returns:
        HTTP headers associated with this object
      • contentType

        @NonNull
        public @NonNull ContentType contentType()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object