| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.media.models |
This package contains the media service data transfer object classes.
|
| Modifier and Type | Method and Description |
|---|---|
LinkInfo<AccessPolicyInfo> |
LocatorInfo.getAccessPolicyLink()
Return a link that gets this locator's access policy
|
LinkInfo<AssetFileInfo> |
AssetInfo.getAssetFilesLink()
Get a link to the asset's files
|
LinkInfo<AssetInfo> |
LocatorInfo.getAssetLink()
Return a link that gets this locator's asset
|
LinkInfo<ContentKeyInfo> |
AssetInfo.getContentKeysLink()
Get a link to the asset's content keys
|
LinkInfo<AssetDeliveryPolicyInfo> |
AssetInfo.getDeliveryPoliciesLink()
Get a link to this asset's delivery policies
|
LinkInfo<AssetInfo> |
TaskInfo.getInputAssetsLink()
Gets link to the task's input assets.
|
LinkInfo<AssetInfo> |
JobInfo.getInputAssetsLink()
Get a link which, when listed, will return the input assets for the job.
|
LinkInfo<LocatorInfo> |
AssetInfo.getLocatorsLink()
Get a link to the asset's locators
|
LinkInfo<ContentKeyAuthorizationPolicyOptionInfo> |
ContentKeyAuthorizationPolicyInfo.getOptions()
Get a link to the content key authorization policy's options
|
LinkInfo<AssetInfo> |
TaskInfo.getOutputAssetsLink()
Gets link to the task's output assets.
|
LinkInfo<AssetInfo> |
JobInfo.getOutputAssetsLink()
Get a link which, when listed, will return the output assets for the job.
|
LinkInfo<AssetInfo> |
AssetInfo.getParentAssetsLink()
Get a link to this asset's parents
|
LinkInfo<TaskInfo> |
JobInfo.getTasksLink()
Gets the tasks link.
|
| Modifier and Type | Method and Description |
|---|---|
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 DefaultListOperation<AssetDeliveryPolicyInfo> |
AssetDeliveryPolicy.list(LinkInfo<AssetDeliveryPolicyInfo> link)
Create an operation that will list all the asset delivery policies at the
given link.
|
static DefaultListOperation<AssetFileInfo> |
AssetFile.list(LinkInfo<AssetFileInfo> link)
Create an operation that will list all the AssetFiles at the given link.
|
static DefaultListOperation<AssetInfo> |
Asset.list(LinkInfo<AssetInfo> link)
Create an operation that will list all the assets at the given link.
|
static DefaultListOperation<ContentKeyAuthorizationPolicyOptionInfo> |
ContentKeyAuthorizationPolicyOption.list(LinkInfo<ContentKeyAuthorizationPolicyOptionInfo> link)
Create an operation that will list all the content keys authorization
policy options at the given link.
|
static DefaultListOperation<ContentKeyInfo> |
ContentKey.list(LinkInfo<ContentKeyInfo> link)
Create an operation that will list all the content keys at the given
link.
|
static DefaultListOperation<LocatorInfo> |
Locator.list(LinkInfo<LocatorInfo> link)
Create an operation that will list all the locators at the given link.
|
static DefaultListOperation<TaskInfo> |
Task.list(LinkInfo<TaskInfo> link)
Create an operation that will list the tasks pointed to by the given
link.
|
/**
* 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.
*/