| 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 | Interface and Description |
|---|---|
interface |
EntityActionOperation
Action operation for Entities.
|
interface |
EntityCreateOperation<T>
The Interface EntityCreateOperation.
|
interface |
EntityGetOperation<T>
Get operation for Entities
|
interface |
EntityListOperation<T>
Operation class to retrieve a list of entities
|
interface |
EntityOperationSingleResult<T> |
interface |
EntityTypeActionOperation<T>
The Interface EntityTypeActionOperation.
|
interface |
EntityUpdateOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActionOperation
Generic implementation of Delete operation usable by most entities.
|
class |
DefaultEntityActionOperation
Generic implementation of Delete operation usable by most entities.
|
class |
DefaultEntityTypeActionOperation<T>
The Class DefaultTypeActionOperation.
|
class |
DefaultGetOperation<T>
Generic implementation of the get operation usable for most entities
|
class |
DefaultListOperation<T>
Generic implementation of the list operation, usable by most entities
|
class |
EntityLinkOperation
Generic implementation of $link operation of two entities.
|
class |
EntityOperationBase
Default implementation of EntityOperation
|
class |
EntityOperationSingleResultBase<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Asset.Creator
The Class Creator.
|
static class |
Asset.Updater
The Class Updater.
|
static class |
AssetDeliveryPolicy.Creator |
static class |
AssetDeliveryPolicy.Updater
The Class Updater.
|
static class |
AssetFile.Creator |
static class |
AssetFile.Updater |
static class |
ContentKey.Creator
The Class Creator.
|
static class |
ContentKey.Updater |
static class |
ContentKeyAuthorizationPolicyOption.Updater
The Class Updater.
|
static class |
EncodingReservedUnit.Updater
The Class Updater.
|
static class |
Job.Creator
The Class Creator.
|
static class |
Locator.Creator
The Class Creator.
|
static class |
Locator.Updater
The Class Updater.
|
static class |
NotificationEndPoint.Creator |
static class |
NotificationEndPoint.Updater
The Class Updater.
|
static class |
StreamingEndpoint.Creator
The Class Creator.
|
static class |
StreamingEndpoint.Updater
The Class Updater.
|
/**
* 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.
*/