public class BatchJobMutateRequest extends Object implements BatchJobMutateRequestInterface
BatchJob
.Constructor and Description |
---|
BatchJobMutateRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addOperation(com.google.api.ads.adwords.axis.v201708.cm.Operation op) |
<O extends com.google.api.ads.adwords.axis.v201708.cm.Operation> |
addOperations(Iterable<O> operations) |
BatchJobUploadBodyProvider |
createBatchJobUploadBodyProvider()
Returns a
BatchJobUploadBodyProvider for sending this request as HTTP content. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class<BatchJobMutateRequest> javaType,
QName xmlType)
Returns the Axis deserializer for this object.
|
com.google.api.ads.adwords.axis.v201708.cm.Operation[] |
getOperations() |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class<BatchJobMutateRequest> javaType,
QName xmlType)
Returns the Axis serializer for this object.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Returns the type descriptor for this type.
|
void |
setOperations(com.google.api.ads.adwords.axis.v201708.cm.Operation[] operations) |
public BatchJobUploadBodyProvider createBatchJobUploadBodyProvider()
BatchJobMutateRequestInterface
BatchJobUploadBodyProvider
for sending this request as HTTP content.createBatchJobUploadBodyProvider
in interface BatchJobMutateRequestInterface
public com.google.api.ads.adwords.axis.v201708.cm.Operation[] getOperations()
public void addOperation(com.google.api.ads.adwords.axis.v201708.cm.Operation op)
public <O extends com.google.api.ads.adwords.axis.v201708.cm.Operation> void addOperations(Iterable<O> operations)
public void setOperations(com.google.api.ads.adwords.axis.v201708.cm.Operation[] operations)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class<BatchJobMutateRequest> javaType, QName xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class<BatchJobMutateRequest> javaType, QName xmlType)
Copyright © 2018. All Rights Reserved.