public final class SharedAccessBlobHeaders extends Object
| Constructor and Description |
|---|
SharedAccessBlobHeaders()
Initializes a new instance of the
SharedAccessBlobHeaders class. |
SharedAccessBlobHeaders(SharedAccessBlobHeaders other)
Initializes a new instance of the
SharedAccessBlobHeaders class based on an existing instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheControl()
Gets the cache control header.
|
String |
getContentDisposition()
Gets the content disposition header.
|
String |
getContentEncoding()
Gets the content encoding header.
|
String |
getContentLanguage()
Gets the content language header.
|
String |
getContentType()
Gets the content type header.
|
void |
setCacheControl(String cacheControl)
Sets the cache control header.
|
void |
setContentDisposition(String contentDisposition)
Sets the content disposition header.
|
void |
setContentEncoding(String contentEncoding)
Sets the content encoding header.
|
void |
setContentLanguage(String contentLanguage)
Sets the content language header.
|
void |
setContentType(String contentType)
Sets the content type header.
|
public SharedAccessBlobHeaders()
SharedAccessBlobHeaders class.public SharedAccessBlobHeaders(SharedAccessBlobHeaders other)
SharedAccessBlobHeaders class based on an existing instance.other - A SharedAccessBlobHeaders object which specifies the set of blob properties to clone.public final String getCacheControl()
String which represents the cache control header.public void setCacheControl(String cacheControl)
cacheControl - A String which specifies the cache control header.public final String getContentDisposition()
String which represents the content disposition header.public void setContentDisposition(String contentDisposition)
contentDisposition - A String which specifies the content disposition header.public final String getContentEncoding()
String which represents the content encoding header.public void setContentEncoding(String contentEncoding)
contentEncoding - A String which specifies the content encoding header.public final String getContentLanguage()
String which represents the content language header.public void setContentLanguage(String contentLanguage)
contentLanguage - A String which specifies the content language header.public final String getContentType()
String which represents the content type header.public void setContentType(String contentType)
contentType - A String which specifies the content type header./**
* 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.
*/