Class LmsListContentQueryParamFilter


  • public class LmsListContentQueryParamFilter
    extends java.lang.Object
    LmsListContentQueryParamFilter

    LMS Courses Filter

    • Constructor Detail

      • LmsListContentQueryParamFilter

        public LmsListContentQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamActive> active)
      • LmsListContentQueryParamFilter

        public LmsListContentQueryParamFilter()
    • Method Detail

      • updatedAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter()
        Use a string with a date to only select results updated after that given date
      • active

        public org.openapitools.jackson.nullable.JsonNullable<QueryParamActive> active()
        Filter to allow filtering of only active content
      • withUpdatedAfter

        public LmsListContentQueryParamFilter withUpdatedAfter​(java.time.OffsetDateTime updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public LmsListContentQueryParamFilter withUpdatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
        Use a string with a date to only select results updated after that given date
      • 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