Class AtsListApplicationChangesQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationChangesQueryParamFilter.Builder
-
- Enclosing class:
- AtsListApplicationChangesQueryParamFilter
public static final class AtsListApplicationChangesQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationChangesQueryParamFilterbuild()AtsListApplicationChangesQueryParamFilter.BuilderchangeType(ChangeType changeType)Filter by the type of change that occurred to the applicationAtsListApplicationChangesQueryParamFilter.BuilderchangeType(org.openapitools.jackson.nullable.JsonNullable<? extends ChangeType> changeType)Filter by the type of change that occurred to the applicationAtsListApplicationChangesQueryParamFilter.BuildercreatedAfter(java.time.OffsetDateTime createdAfter)Use a string with a date to only select results created after that given dateAtsListApplicationChangesQueryParamFilter.BuildercreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)Use a string with a date to only select results created after that given date
-
-
-
Method Detail
-
createdAfter
public AtsListApplicationChangesQueryParamFilter.Builder createdAfter(java.time.OffsetDateTime createdAfter)
Use a string with a date to only select results created after that given date
-
createdAfter
public AtsListApplicationChangesQueryParamFilter.Builder createdAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)
Use a string with a date to only select results created after that given date
-
changeType
public AtsListApplicationChangesQueryParamFilter.Builder changeType(ChangeType changeType)
Filter by the type of change that occurred to the application
-
changeType
public AtsListApplicationChangesQueryParamFilter.Builder changeType(org.openapitools.jackson.nullable.JsonNullable<? extends ChangeType> changeType)
Filter by the type of change that occurred to the application
-
build
public AtsListApplicationChangesQueryParamFilter build()
-
-