ChangeOccDemandSignalCompartmentDetails |
The configuration details for the move operation.
|
ChangeOccDemandSignalCompartmentDetails.Builder |
|
CreateOccDemandSignalDetails |
The data to create a OccDemandSignal.
|
CreateOccDemandSignalDetails.Builder |
|
OccDemandSignal |
An OccDemandSignal is a forecast created for different Resource Types.
|
OccDemandSignal.Builder |
|
OccDemandSignalCollection |
Results of a occDemandSignal search.
|
OccDemandSignalCollection.Builder |
|
OccDemandSignalData |
The Data Object For Demand Signal.
|
OccDemandSignalData.Builder |
|
OccDemandSignalSummary |
Summary information about a OccDemandSignal.
|
OccDemandSignalSummary.Builder |
|
OccDemandSignalValue |
The Value of Demand Signal for particular month.
|
OccDemandSignalValue.Builder |
|
PatchInsertInstruction |
An operation that inserts a value into an array, shifting array items as necessary and handling
NOT_FOUND exceptions by creating the implied containing structure.
|
PatchInsertInstruction.Builder |
|
PatchInsertMultipleInstruction |
An operation that inserts multiple consecutive values into an array, shifting array items as
necessary and handling NOT_FOUND exceptions by creating the implied containing structure.
|
PatchInsertMultipleInstruction.Builder |
|
PatchInstruction |
A single instruction to be included as part of Patch request content.
|
PatchMergeInstruction |
An operation that recursively updates items of the selection, or adding the value if the
selection is empty.
|
PatchMergeInstruction.Builder |
|
PatchMoveInstruction |
An operation that “puts” values from elsewhere in the target, functionally equivalent to a single
add and then a remove.
|
PatchMoveInstruction.Builder |
|
PatchOccDemandSignalDetails |
Demand Signal details to patch.
|
PatchOccDemandSignalDetails.Builder |
|
PatchProhibitInstruction |
A precondition operation that requires a selection to be empty, or optionally to be non-empty but
include no item with a specified value (useful for asserting that a value does not exist before
attempting to create it, avoiding accidental update).
|
PatchProhibitInstruction.Builder |
|
PatchRemoveInstruction |
An operation that deletes items, ignoring NOT_FOUND exceptions.
|
PatchRemoveInstruction.Builder |
|
PatchReplaceInstruction |
An operation that “puts” a value, replacing every item of the selection with it, or creating it
if the selection is empty.
|
PatchReplaceInstruction.Builder |
|
PatchRequireInstruction |
A precondition operation that requires a selection to be non-empty, and optionally to include an
item with a specified value (useful for asserting that a value exists before attempting to update
it, avoiding accidental creation).
|
PatchRequireInstruction.Builder |
|
UpdateOccDemandSignalDetails |
The data to update a OccDemandSignal.
|
UpdateOccDemandSignalDetails.Builder |
|