117 строки
8.3 KiB
YAML
117 строки
8.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult"
|
|
name: "LiveEventListResult"
|
|
nameWithType: "LiveEventListResult"
|
|
summary: "Live<wbr>Event<wbr>List<wbr>Result"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **LiveEventListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.LiveEventListResult()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.LiveEventListResult()"
|
|
name: "LiveEventListResult()"
|
|
nameWithType: "LiveEventListResult.LiveEventListResult()"
|
|
summary: "Creates an instance of Live<wbr>Event<wbr>List<wbr>Result class."
|
|
syntax: "public LiveEventListResult()"
|
|
desc: "Creates an instance of LiveEventListResult class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.odataCount()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.odataCount()"
|
|
name: "odataCount()"
|
|
nameWithType: "LiveEventListResult.odataCount()"
|
|
summary: "Get the odata<wbr>Count property: The number of result."
|
|
syntax: "public Integer odataCount()"
|
|
desc: "Get the odataCount property: The number of result."
|
|
returns:
|
|
description: "the odataCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.odataNextLink()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.odataNextLink()"
|
|
name: "odataNextLink()"
|
|
nameWithType: "LiveEventListResult.odataNextLink()"
|
|
summary: "Get the odata<wbr>Next<wbr>Link property: The link to the next set of results."
|
|
syntax: "public String odataNextLink()"
|
|
desc: "Get the odataNextLink property: The link to the next set of results. Not empty if value contains incomplete list of live outputs."
|
|
returns:
|
|
description: "the odataNextLink value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "LiveEventListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.value()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "LiveEventListResult.value()"
|
|
summary: "Get the value property: The result of the List Live Event operation."
|
|
syntax: "public List<LiveEventInner> value()"
|
|
desc: "Get the value property: The result of the List Live Event operation."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.LiveEventInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.LiveEventInner&text=LiveEventInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.withOdataCount(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.withOdataCount(Integer odataCount)"
|
|
name: "withOdataCount(Integer odataCount)"
|
|
nameWithType: "LiveEventListResult.withOdataCount(Integer odataCount)"
|
|
summary: "Set the odata<wbr>Count property: The number of result."
|
|
parameters:
|
|
- description: "the odataCount value to set."
|
|
name: "odataCount"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public LiveEventListResult withOdataCount(Integer odataCount)"
|
|
desc: "Set the odataCount property: The number of result."
|
|
returns:
|
|
description: "the LiveEventListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveEventListResult?alt=com.azure.resourcemanager.mediaservices.models.LiveEventListResult&text=LiveEventListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.withOdataNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.withOdataNextLink(String odataNextLink)"
|
|
name: "withOdataNextLink(String odataNextLink)"
|
|
nameWithType: "LiveEventListResult.withOdataNextLink(String odataNextLink)"
|
|
summary: "Set the odata<wbr>Next<wbr>Link property: The link to the next set of results."
|
|
parameters:
|
|
- description: "the odataNextLink value to set."
|
|
name: "odataNextLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public LiveEventListResult withOdataNextLink(String odataNextLink)"
|
|
desc: "Set the odataNextLink property: The link to the next set of results. Not empty if value contains incomplete list of live outputs."
|
|
returns:
|
|
description: "the LiveEventListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveEventListResult?alt=com.azure.resourcemanager.mediaservices.models.LiveEventListResult&text=LiveEventListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.withValue(java.util.List<com.azure.resourcemanager.mediaservices.fluent.models.LiveEventInner>)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveEventListResult.withValue(List<LiveEventInner> value)"
|
|
name: "withValue(List<LiveEventInner> value)"
|
|
nameWithType: "LiveEventListResult.withValue(List<LiveEventInner> value)"
|
|
summary: "Set the value property: The result of the List Live Event operation."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.LiveEventInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.LiveEventInner&text=LiveEventInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public LiveEventListResult withValue(List<LiveEventInner> value)"
|
|
desc: "Set the value property: The result of the List Live Event operation."
|
|
returns:
|
|
description: "the LiveEventListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveEventListResult?alt=com.azure.resourcemanager.mediaservices.models.LiveEventListResult&text=LiveEventListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "LiveEventListResult\n\nThe LiveEvent list result."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|