public static class Task.CreateBatchOperation extends EntityBatchOperation
| Constructor and Description |
|---|
CreateBatchOperation(String mediaProcessorId,
String taskBody)
Instantiates a new creates the batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
Task.CreateBatchOperation |
setConfiguration(String configuration)
Sets the configuration.
|
Task.CreateBatchOperation |
setEncryptionKeyId(String encryptionKeyId)
Sets the encryption key id.
|
Task.CreateBatchOperation |
setEncryptionScheme(String encryptionScheme)
Sets the encryption scheme.
|
Task.CreateBatchOperation |
setEncryptionVersion(String encryptionVersion)
Sets the encryption version.
|
Task.CreateBatchOperation |
setInitializationVector(String initializationVector)
Sets the initialization vector.
|
Task.CreateBatchOperation |
setMediaProcessorId(String mediaProcessorId)
Sets the media processor id.
|
Task.CreateBatchOperation |
setName(String name)
Sets the name.
|
Task.CreateBatchOperation |
setOptions(TaskOption options)
Sets the options.
|
Task.CreateBatchOperation |
setPriority(int priority)
Sets the priority.
|
Task.CreateBatchOperation |
setTaskBody(String taskBody)
Sets the task body.
|
addContentObject, addLink, getEntryType, getVerb, setEntityType, setVerbpublic Task.CreateBatchOperation setOptions(TaskOption options)
options - the optionspublic Task.CreateBatchOperation setConfiguration(String configuration)
configuration - the configurationpublic Task.CreateBatchOperation setName(String name)
name - the namepublic Task.CreateBatchOperation setTaskBody(String taskBody)
taskBody - the task bodypublic Task.CreateBatchOperation setMediaProcessorId(String mediaProcessorId)
mediaProcessorId - the media processor idpublic Task.CreateBatchOperation setPriority(int priority)
priority - the prioritypublic Task.CreateBatchOperation setEncryptionKeyId(String encryptionKeyId)
encryptionKeyId - the encryption key idpublic Task.CreateBatchOperation setEncryptionScheme(String encryptionScheme)
encryptionScheme - the encryption schemepublic Task.CreateBatchOperation setEncryptionVersion(String encryptionVersion)
encryptionVersion - the encryption versionpublic Task.CreateBatchOperation setInitializationVector(String initializationVector)
initializationVector - the initialization vector/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/