Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom | |
com.intuit.ipp.services |
Modifier and Type | Field and Description |
---|---|
protected OperationEnum |
BatchItemRequest.operation |
Modifier and Type | Method and Description |
---|---|
static OperationEnum |
OperationEnum.fromValue(String v) |
OperationEnum |
BatchItemRequest.getOperation()
Gets the value of the operation property.
|
static OperationEnum |
OperationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationEnum[] |
OperationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchItemRequest.setOperation(OperationEnum value)
Sets the value of the operation property.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationEnumJsonSerializer.serialize(OperationEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
<T extends IEntity> |
BatchOperation.addEntity(T entity,
OperationEnum operation,
String bId)
Method to add the entity batch operations to the batchItemRequest
|
Copyright © 2017. All rights reserved.