| 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 | Method and Description |
|---|---|
DefaultListOperation<T> |
DefaultListOperation.set(String parameterName,
String parameterValue)
Add an arbitrary query parameter
|
DefaultListOperation<T> |
DefaultListOperation.setSkip(int skipValue)
Add a "$skip" query parameter to set the number of values to skip
|
DefaultListOperation<T> |
DefaultListOperation.setTop(int topValue)
Add a "$top" query parameter to set the number of values to return
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultListOperation<TaskInfo> |
Task.list()
Create an operation that will list all the tasks.
|
static DefaultListOperation<StreamingEndpointInfo> |
StreamingEndpoint.list()
Create an operation that will list all the assets.
|
static DefaultListOperation<StorageAccountInfo> |
StorageAccounts.list()
Create an operation that will list all the assets.
|
static DefaultListOperation<NotificationEndPointInfo> |
NotificationEndPoint.list()
Create an operation that will retrieve all notification end points
|
static DefaultListOperation<MediaProcessorInfo> |
MediaProcessor.list()
Create an operation to list all Media processors
|
static DefaultListOperation<LocatorInfo> |
Locator.list()
Create an operation to list all locators.
|
static DefaultListOperation<JobInfo> |
Job.list()
Create an operation that will list all the jobs.
|
static DefaultListOperation<ContentKeyAuthorizationPolicyOptionInfo> |
ContentKeyAuthorizationPolicyOption.list()
Create an operation that will retrieve all content key authorization
policy options
|
static DefaultListOperation<ContentKeyAuthorizationPolicyInfo> |
ContentKeyAuthorizationPolicy.list()
Create an operation that will retrieve all content key authorization
polices
|
static DefaultListOperation<ContentKeyInfo> |
ContentKey.list()
Create an operation that will retrieve all access policies.
|
static DefaultListOperation<AssetFileInfo> |
AssetFile.list()
Calls the service to list all files
|
static DefaultListOperation<AssetDeliveryPolicyInfo> |
AssetDeliveryPolicy.list()
Create an operation that will retrieve all asset delivery policies
|
static DefaultListOperation<AssetInfo> |
Asset.list()
Create an operation that will list all the assets.
|
static DefaultListOperation<AccessPolicyInfo> |
AccessPolicy.list()
Create an operation that will retrieve all access policies
|
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.
*/