97 строки
4.9 KiB
YAML
97 строки
4.9 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType"
|
|
name: "WebPubSubContentType"
|
|
nameWithType: "WebPubSubContentType"
|
|
summary: "Defines values for Content<wbr>Type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
|
|
- "java.lang.Enum.clone()"
|
|
- "java.lang.Enum.compareTo(E)"
|
|
- "java.lang.Enum.equals(java.lang.Object)"
|
|
- "java.lang.Enum.finalize()"
|
|
- "java.lang.Enum.getDeclaringClass()"
|
|
- "java.lang.Enum.hashCode()"
|
|
- "java.lang.Enum.name()"
|
|
- "java.lang.Enum.ordinal()"
|
|
- "java.lang.Enum.toString()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public enum WebPubSubContentType extends Enum<WebPubSubContentType>"
|
|
fields:
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.APPLICATION_JSON"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.APPLICATION_JSON"
|
|
name: "APPLICATION_JSON"
|
|
nameWithType: "WebPubSubContentType.APPLICATION_JSON"
|
|
summary: "Enum value application/json."
|
|
desc: "Enum value application/json."
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.APPLICATION_OCTET_STREAM"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.APPLICATION_OCTET_STREAM"
|
|
name: "APPLICATION_OCTET_STREAM"
|
|
nameWithType: "WebPubSubContentType.APPLICATION_OCTET_STREAM"
|
|
summary: "Enum value application/octet-stream."
|
|
desc: "Enum value application/octet-stream."
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.TEXT_PLAIN"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.TEXT_PLAIN"
|
|
name: "TEXT_PLAIN"
|
|
nameWithType: "WebPubSubContentType.TEXT_PLAIN"
|
|
summary: "Enum value text/plain."
|
|
desc: "Enum value text/plain."
|
|
methods:
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.fromString(java.lang.String)"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "WebPubSubContentType.fromString(String value)"
|
|
summary: "Parses a serialized value to a Content<wbr>Type instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static WebPubSubContentType fromString(String value)"
|
|
desc: "Parses a serialized value to a ContentType instance."
|
|
returns:
|
|
description: "the parsed ContentType object, or null if unable to parse."
|
|
type: "<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubContentType?alt=com.azure.messaging.webpubsub.models.WebPubSubContentType&text=WebPubSubContentType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.toString()"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "WebPubSubContentType.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.valueOf(java.lang.String)"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "WebPubSubContentType.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static WebPubSubContentType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubContentType?alt=com.azure.messaging.webpubsub.models.WebPubSubContentType&text=WebPubSubContentType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.webpubsub.models.WebPubSubContentType.values()"
|
|
fullName: "com.azure.messaging.webpubsub.models.WebPubSubContentType.values()"
|
|
name: "values()"
|
|
nameWithType: "WebPubSubContentType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static WebPubSubContentType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubContentType?alt=com.azure.messaging.webpubsub.models.WebPubSubContentType&text=WebPubSubContentType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for ContentType."
|
|
metadata: {}
|
|
package: "com.azure.messaging.webpubsub.models"
|
|
artifact: com.azure:azure-messaging-webpubsub:1.1.6
|