### YamlMime:JavaType uid: "com.azure.resourcemanager.webpubsub.models.OperationList" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList" name: "OperationList" nameWithType: "OperationList" summary: "Result of the request to list REST API operations." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **OperationList**
implements <>" constructors: - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.OperationList()" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.OperationList()" name: "OperationList()" nameWithType: "OperationList.OperationList()" summary: "Creates an instance of OperationList class." syntax: "public OperationList()" desc: "Creates an instance of OperationList class." methods: - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "OperationList.fromJson(JsonReader jsonReader)" summary: "Reads an instance of OperationList from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static OperationList fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the OperationList." type: "IOException" desc: "Reads an instance of OperationList from the JsonReader." returns: description: "An instance of OperationList 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.webpubsub.models.OperationList.nextLink()" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.nextLink()" name: "nextLink()" nameWithType: "OperationList.nextLink()" summary: "Get the nextLink property: The URL the client should use to fetch the next page (per server side paging)." syntax: "public String nextLink()" desc: "Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "OperationList.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.validate()" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.validate()" name: "validate()" nameWithType: "OperationList.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.value()" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.value()" name: "value()" nameWithType: "OperationList.value()" summary: "Get the value property: List of operations supported by the resource provider." syntax: "public List value()" desc: "Get the value property: List of operations supported by the resource provider." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.withNextLink(java.lang.String)" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.withNextLink(String nextLink)" name: "withNextLink(String nextLink)" nameWithType: "OperationList.withNextLink(String nextLink)" summary: "Set the nextLink property: The URL the client should use to fetch the next page (per server side paging)." parameters: - description: "the nextLink value to set." name: "nextLink" type: "String" syntax: "public OperationList withNextLink(String nextLink)" desc: "Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use." returns: description: "the OperationList object itself." type: "" - uid: "com.azure.resourcemanager.webpubsub.models.OperationList.withValue(java.util.List)" fullName: "com.azure.resourcemanager.webpubsub.models.OperationList.withValue(List value)" name: "withValue(List value)" nameWithType: "OperationList.withValue(List value)" summary: "Set the value property: List of operations supported by the resource provider." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public OperationList withValue(List value)" desc: "Set the value property: List of operations supported by the resource provider." returns: description: "the OperationList object itself." type: "" type: "class" desc: "Result of the request to list REST API operations. It contains a list of operations." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.webpubsub.models" artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.1.0