|
| 1 | +### YamlMime:JavaType |
| 2 | +uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection" |
| 3 | +fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection" |
| 4 | +name: "WebPubSubGroupConnection" |
| 5 | +nameWithType: "WebPubSubGroupConnection" |
| 6 | +summary: "Represents a connection in a group." |
| 7 | +inheritances: |
| 8 | +- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />" |
| 9 | +inheritedClassMethods: |
| 10 | +- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>" |
| 11 | + methodsRef: |
| 12 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>" |
| 13 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>" |
| 14 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>" |
| 15 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>" |
| 16 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>" |
| 17 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>" |
| 18 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>" |
| 19 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>" |
| 20 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>" |
| 21 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>" |
| 22 | + - "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>" |
| 23 | +syntax: "public final class **WebPubSubGroupConnection**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />>" |
| 24 | +methods: |
| 25 | +- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.fromJson(com.azure.json.JsonReader)" |
| 26 | + fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.fromJson(JsonReader jsonReader)" |
| 27 | + name: "fromJson(JsonReader jsonReader)" |
| 28 | + nameWithType: "WebPubSubGroupConnection.fromJson(JsonReader jsonReader)" |
| 29 | + summary: "Reads an instance of Web<wbr>Pub<wbr>Sub<wbr>Group<wbr>Member from the Json<wbr>Reader." |
| 30 | + modifiers: |
| 31 | + - "static" |
| 32 | + parameters: |
| 33 | + - description: "The JsonReader being read." |
| 34 | + name: "jsonReader" |
| 35 | + type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />" |
| 36 | + syntax: "public static WebPubSubGroupConnection fromJson(JsonReader jsonReader)" |
| 37 | + exceptions: |
| 38 | + - description: "If the deserialized JSON object was missing any required properties." |
| 39 | + type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>" |
| 40 | + desc: "Reads an instance of WebPubSubGroupMember from the JsonReader." |
| 41 | + returns: |
| 42 | + description: "An instance of WebPubSubGroupMember if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." |
| 43 | + type: "<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />" |
| 44 | +- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getConnectionId()" |
| 45 | + fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getConnectionId()" |
| 46 | + name: "getConnectionId()" |
| 47 | + nameWithType: "WebPubSubGroupConnection.getConnectionId()" |
| 48 | + summary: "Gets the connection ID." |
| 49 | + syntax: "public String getConnectionId()" |
| 50 | + desc: "Gets the connection ID." |
| 51 | + returns: |
| 52 | + description: "The ID of the connection." |
| 53 | + type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>" |
| 54 | +- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getUserId()" |
| 55 | + fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getUserId()" |
| 56 | + name: "getUserId()" |
| 57 | + nameWithType: "WebPubSubGroupConnection.getUserId()" |
| 58 | + summary: "Gets the user ID." |
| 59 | + syntax: "public String getUserId()" |
| 60 | + desc: "Gets the user ID." |
| 61 | + returns: |
| 62 | + description: "The ID of the user." |
| 63 | + type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>" |
| 64 | +- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.toJson(com.azure.json.JsonWriter)" |
| 65 | + fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.toJson(JsonWriter jsonWriter)" |
| 66 | + name: "toJson(JsonWriter jsonWriter)" |
| 67 | + nameWithType: "WebPubSubGroupConnection.toJson(JsonWriter jsonWriter)" |
| 68 | + parameters: |
| 69 | + - name: "jsonWriter" |
| 70 | + type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />" |
| 71 | + syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" |
| 72 | + exceptions: |
| 73 | + - type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>" |
| 74 | + returns: |
| 75 | + type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />" |
| 76 | +type: "class" |
| 77 | +desc: "Represents a connection in a group." |
| 78 | +implements: |
| 79 | +- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />>" |
| 80 | +metadata: {} |
| 81 | +package: "com.azure.messaging.webpubsub.models" |
| 82 | +artifact: com.azure:azure-messaging-webpubsub:1.5.0 |
0 commit comments