Class ChangeType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ChangeType.Builder
-
- Enclosing class:
- ChangeType
public static final class ChangeType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTypebuild()ChangeType.BuildersourceValue(ApplicationChangesSourceValue sourceValue)The source value of the change typeChangeType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesSourceValue> sourceValue)The source value of the change typeChangeType.Buildervalue(ApplicationChangesValue value)The type of change that occurred to the applicationChangeType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value)The type of change that occurred to the application
-
-
-
Method Detail
-
value
public ChangeType.Builder value(ApplicationChangesValue value)
The type of change that occurred to the application
-
value
public ChangeType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesValue> value)
The type of change that occurred to the application
-
sourceValue
public ChangeType.Builder sourceValue(ApplicationChangesSourceValue sourceValue)
The source value of the change type
-
sourceValue
public ChangeType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesSourceValue> sourceValue)
The source value of the change type
-
build
public ChangeType build()
-
-