UpdateJobResult
From
Description
Returns the success or failure of the update request.
Success Mode
SuccessMode
Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
CustomerPKMismatchFailure | The Customer primary key in the "job" part of the JobCustomerBean, did not match the customer primary key in the CustomerBean. |
ConcurrentUpdateFailure | The update index of the Job or Customer bean, did not match the update index stored on the server. |
ValidationFailure | One or more fields contained invalid values. |
void setJobNotFoundFailure(JobNotFoundFailure jobNotFoundFailure) void setUpdateIndex(int updateIndex)