### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.OriginListResult"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult"
name: "OriginListResult"
nameWithType: "OriginListResult"
summary: "Result of the request to list origins."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **OriginListResult** implements <>"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.OriginListResult()"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.OriginListResult()"
name: "OriginListResult()"
nameWithType: "OriginListResult.OriginListResult()"
summary: "Creates an instance of OriginListResult class."
syntax: "public OriginListResult()"
desc: "Creates an instance of OriginListResult class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "OriginListResult.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of OriginListResult from the JsonReader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: ""
syntax: "public static OriginListResult fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the OriginListResult."
type: "IOException"
desc: "Reads an instance of OriginListResult from the JsonReader."
returns:
description: "An instance of OriginListResult if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: ""
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.nextLink()"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.nextLink()"
name: "nextLink()"
nameWithType: "OriginListResult.nextLink()"
summary: "Get the nextLink property: URL to get the next set of origin objects if there are any."
syntax: "public String nextLink()"
desc: "Get the nextLink property: URL to get the next set of origin objects if there are any."
returns:
description: "the nextLink value."
type: "String"
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "OriginListResult.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: ""
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "IOException"
returns:
type: ""
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.validate()"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.validate()"
name: "validate()"
nameWithType: "OriginListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.value()"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.value()"
name: "value()"
nameWithType: "OriginListResult.value()"
summary: "Get the value property: List of CDN origins within an endpoint."
syntax: "public List value()"
desc: "Get the value property: List of CDN origins within an endpoint."
returns:
description: "the value value."
type: "List<>"
- uid: "com.azure.resourcemanager.cdn.models.OriginListResult.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.OriginListResult.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "OriginListResult.withNextLink(String nextLink)"
summary: "Set the nextLink property: URL to get the next set of origin objects if there are any."
parameters:
- description: "the nextLink value to set."
name: "nextLink"
type: "String"
syntax: "public OriginListResult withNextLink(String nextLink)"
desc: "Set the nextLink property: URL to get the next set of origin objects if there are any."
returns:
description: "the OriginListResult object itself."
type: ""
type: "class"
desc: "Result of the request to list origins. It contains a list of origin objects and a URL link to get the next set of results."
implements:
- "<>"
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0