Class AtsListApplicationChangesQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationChangesQueryParamFilter
-
public class AtsListApplicationChangesQueryParamFilter extends java.lang.ObjectAtsListApplicationChangesQueryParamFilterFilter parameters for application changes (supports created_after and change_type)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsListApplicationChangesQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description AtsListApplicationChangesQueryParamFilter()AtsListApplicationChangesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter, org.openapitools.jackson.nullable.JsonNullable<? extends ChangeType> changeType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsListApplicationChangesQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<ChangeType>changeType()Filter by the type of change that occurred to the applicationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>createdAfter()Use a string with a date to only select results created after that given datebooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()AtsListApplicationChangesQueryParamFilterwithChangeType(ChangeType changeType)Filter by the type of change that occurred to the applicationAtsListApplicationChangesQueryParamFilterwithChangeType(org.openapitools.jackson.nullable.JsonNullable<? extends ChangeType> changeType)Filter by the type of change that occurred to the applicationAtsListApplicationChangesQueryParamFilterwithCreatedAfter(java.lang.String createdAfter)Use a string with a date to only select results created after that given dateAtsListApplicationChangesQueryParamFilterwithCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)Use a string with a date to only select results created after that given date
-
-
-
Constructor Detail
-
AtsListApplicationChangesQueryParamFilter
public AtsListApplicationChangesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter, org.openapitools.jackson.nullable.JsonNullable<? extends ChangeType> changeType)
-
AtsListApplicationChangesQueryParamFilter
public AtsListApplicationChangesQueryParamFilter()
-
-
Method Detail
-
createdAfter
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter()
Use a string with a date to only select results created after that given date
-
changeType
public org.openapitools.jackson.nullable.JsonNullable<ChangeType> changeType()
Filter by the type of change that occurred to the application
-
builder
public static AtsListApplicationChangesQueryParamFilter.Builder builder()
-
withCreatedAfter
public AtsListApplicationChangesQueryParamFilter withCreatedAfter(java.lang.String createdAfter)
Use a string with a date to only select results created after that given date
-
withCreatedAfter
public AtsListApplicationChangesQueryParamFilter withCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)
Use a string with a date to only select results created after that given date
-
withChangeType
public AtsListApplicationChangesQueryParamFilter withChangeType(ChangeType changeType)
Filter by the type of change that occurred to the application
-
withChangeType
public AtsListApplicationChangesQueryParamFilter withChangeType(org.openapitools.jackson.nullable.JsonNullable<? extends ChangeType> changeType)
Filter by the type of change that occurred to the application
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-