Class ChangeType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ChangeType
-
public class ChangeType extends java.lang.ObjectChangeTypeThe type of change that occurred to the application
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChangeType.Builder
-
Constructor Summary
Constructors Constructor Description ChangeType()ChangeType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesSourceValue>sourceValue()The source value of the change typejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesValue>value()The type of change that occurred to the applicationChangeTypewithSourceValue(ApplicationChangesSourceValue sourceValue)The source value of the change typeChangeTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesSourceValue> sourceValue)The source value of the change typeChangeTypewithValue(ApplicationChangesValue value)The type of change that occurred to the applicationChangeTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value)The type of change that occurred to the application
-
-
-
Constructor Detail
-
ChangeType
public ChangeType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesSourceValue> sourceValue)
-
ChangeType
public ChangeType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesValue> value()
The type of change that occurred to the application
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesSourceValue> sourceValue()
The source value of the change type
-
builder
public static final ChangeType.Builder builder()
-
withValue
public ChangeType withValue(ApplicationChangesValue value)
The type of change that occurred to the application
-
withValue
public ChangeType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value)
The type of change that occurred to the application
-
withSourceValue
public ChangeType withSourceValue(ApplicationChangesSourceValue sourceValue)
The source value of the change type
-
withSourceValue
public ChangeType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesSourceValue> sourceValue)
The source value of the change type
-
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
-
-