public static class StateChange.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StateChange |
build() |
StateChange.Builder |
copy(StateChange model) |
StateChange.Builder |
current(Map<String,Object> current)
Provides the current state of fields that may have changed during an operation.
|
StateChange.Builder |
previous(Map<String,Object> previous)
Provides the previous state of fields that may have changed during an operation.
|
public StateChange.Builder previous(Map<String,Object> previous)
Provides the previous state of fields that may have changed during an operation. To
determine how the current operation changed a resource, compare the information in this
attribute to current
.
previous
- the value to setpublic StateChange.Builder current(Map<String,Object> current)
Provides the current state of fields that may have changed during an operation. To
determine how the current operation changed a resource, compare the information in this
attribute to previous
.
current
- the value to setpublic StateChange build()
public StateChange.Builder copy(StateChange model)
Copyright © 2016–2024. All rights reserved.