Class LmsListContentQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsListContentQueryParamFilter.Builder
-
- Enclosing class:
- LmsListContentQueryParamFilter
public static final class LmsListContentQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsListContentQueryParamFilter.Builderactive(QueryParamActive active)Filter to allow filtering of only active contentLmsListContentQueryParamFilter.Builderactive(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamActive> active)Filter to allow filtering of only active contentLmsListContentQueryParamFilterbuild()LmsListContentQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateLmsListContentQueryParamFilter.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Method Detail
-
updatedAfter
public LmsListContentQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public LmsListContentQueryParamFilter.Builder updatedAfter(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 LmsListContentQueryParamFilter.Builder active(QueryParamActive active)
Filter to allow filtering of only active content
-
active
public LmsListContentQueryParamFilter.Builder active(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamActive> active)
Filter to allow filtering of only active content
-
build
public LmsListContentQueryParamFilter build()
-
-