| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.media.entityoperations |
This package contains the media service OData operation class, interface, and utility classes.
|
| com.microsoft.windowsazure.services.media.models |
This package contains the media service data transfer object classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGetOperation<T>
Generic implementation of the get operation usable for most entities
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
EntityRestProxy.get(EntityGetOperation<T> getter) |
<T> T |
EntityContract.get(EntityGetOperation<T> getter)
Retrieve an existing entity by id.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityGetOperation<EncodingReservedUnitInfo> |
EncodingReservedUnit.get()
Get the EncodingReservedUnitTypes
|
static EntityGetOperation<AccessPolicyInfo> |
AccessPolicy.get(LinkInfo<AccessPolicyInfo> link)
Create an operation that will retrieve the access policy at the given
link
|
static EntityGetOperation<AssetInfo> |
Asset.get(LinkInfo<AssetInfo> link)
Get the asset at the given link
|
static EntityGetOperation<ContentKeyAuthorizationPolicyInfo> |
ContentKeyAuthorizationPolicy.get(LinkInfo<ContentKeyAuthorizationPolicyInfo> link)
Create an operation that will retrieve the content key authorization
policy at the given link
|
static EntityGetOperation<NotificationEndPointInfo> |
NotificationEndPoint.get(LinkInfo<NotificationEndPointInfo> link)
Create an operation that will retrieve the notification end point at the
given link
|
static EntityGetOperation<StreamingEndpointInfo> |
StreamingEndpoint.get(String streamingEndpointId)
Create an operation object that will get the state of the given asset.
|
static EntityGetOperation<OperationInfo> |
Operation.get(String operationId)
Create an operation object that will get the state of the given asset.
|
static EntityGetOperation<NotificationEndPointInfo> |
NotificationEndPoint.get(String notificationEndPointId)
Create an operation that will retrieve the given notification end point
|
static EntityGetOperation<LocatorInfo> |
Locator.get(String locatorId)
Create an operation to get the given locator.
|
static EntityGetOperation<JobInfo> |
Job.get(String jobId)
Create an operation object that will get the state of the given job.
|
static EntityGetOperation<ContentKeyAuthorizationPolicyOptionInfo> |
ContentKeyAuthorizationPolicyOption.get(String contentKeyAuthorizationPolicyOptionId)
Create an operation that will retrieve the given content key
authorization policy option
|
static EntityGetOperation<ContentKeyAuthorizationPolicyInfo> |
ContentKeyAuthorizationPolicy.get(String contentKeyAuthorizationPolicyId)
Create an operation that will retrieve the given content key
authorization policy
|
static EntityGetOperation<ContentKeyInfo> |
ContentKey.get(String contentKeyId)
Create an operation that will retrieve the given content key.
|
static EntityGetOperation<AssetFileInfo> |
AssetFile.get(String assetFileId)
Call the service to get a single asset file entity
|
static EntityGetOperation<AssetDeliveryPolicyInfo> |
AssetDeliveryPolicy.get(String assetDeliveryPolicyId)
Create an operation that will retrieve the given asset delivery policy
|
static EntityGetOperation<AssetInfo> |
Asset.get(String assetId)
Create an operation object that will get the state of the given asset.
|
static EntityGetOperation<AccessPolicyInfo> |
AccessPolicy.get(String accessPolicyId)
Create an operation that will retrieve the given access policy
|
/**
* 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.
*/