public static final class AssetFile.Creator extends EntityOperationSingleResultBase<AssetFileInfo> implements EntityCreateOperation<AssetFileInfo>
EntityOperationBase.EntityIdUriBuilder, EntityOperationBase.EntityUriBuilder| Modifier and Type | Method and Description |
|---|---|
Object |
getRequestContents()
Get the object to be sent to the server containing the request data for
entity creation.
|
AssetFile.Creator |
setContentChecksum(String contentChecksum) |
AssetFile.Creator |
setContentFileSize(Long contentFileSize) |
AssetFile.Creator |
setEncryptionKeyId(String encryptionKeyId) |
AssetFile.Creator |
setEncryptionScheme(String encryptionScheme) |
AssetFile.Creator |
setEncryptionVersion(String encryptionVersion) |
AssetFile.Creator |
setInitializationVector(String initializationVector) |
AssetFile.Creator |
setIsEncrypted(Boolean isEncrypted) |
AssetFile.Creator |
setIsPrimary(Boolean isPrimary) |
AssetFile.Creator |
setMimeType(String mimeType) |
getResponseClass, processResponsegetAcceptType, getContentType, getProxyData, getUri, setProxyDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResponseClassgetAcceptType, getContentType, getUri, processResponse, setProxyDatapublic Object getRequestContents() throws ServiceException
EntityCreateOperationgetRequestContents in interface EntityCreateOperation<AssetFileInfo>ServiceException - the service exceptionpublic AssetFile.Creator setContentChecksum(String contentChecksum)
contentChecksum - the contentChecksum to setpublic AssetFile.Creator setContentFileSize(Long contentFileSize)
contentFileSize - the contentFileSize to setpublic AssetFile.Creator setEncryptionKeyId(String encryptionKeyId)
encryptionKeyId - the encryptionKeyId to setpublic AssetFile.Creator setEncryptionScheme(String encryptionScheme)
encryptionScheme - the encryptionScheme to setpublic AssetFile.Creator setEncryptionVersion(String encryptionVersion)
encryptionVersion - the encryptionVersion to setpublic AssetFile.Creator setInitializationVector(String initializationVector)
initializationVector - the initializationVector to setpublic AssetFile.Creator setIsEncrypted(Boolean isEncrypted)
isEncrypted - the isEncrypted to setpublic AssetFile.Creator setIsPrimary(Boolean isPrimary)
isPrimary - the isPrimary to setpublic AssetFile.Creator setMimeType(String mimeType)
mimeType - the mimeType to set/**
* 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.
*/