98 строки
7.0 KiB
YAML
98 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.support.models.CommunicationType"
|
|
fullName: "com.azure.resourcemanager.support.models.CommunicationType"
|
|
name: "CommunicationType"
|
|
nameWithType: "CommunicationType"
|
|
summary: "Communication type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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#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#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#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 **CommunicationType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.support.models.CommunicationType?alt=com.azure.resourcemanager.support.models.CommunicationType&text=CommunicationType\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.support.models.CommunicationType.CommunicationType()"
|
|
fullName: "com.azure.resourcemanager.support.models.CommunicationType.CommunicationType()"
|
|
name: "CommunicationType()"
|
|
nameWithType: "CommunicationType.CommunicationType()"
|
|
summary: "Creates a new instance of Communication<wbr>Type value."
|
|
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.support.models.CommunicationType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public CommunicationType()"
|
|
desc: "Creates a new instance of CommunicationType value."
|
|
hasDeprecatedTag: true
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.support.models.CommunicationType.PHONE"
|
|
fullName: "com.azure.resourcemanager.support.models.CommunicationType.PHONE"
|
|
name: "PHONE"
|
|
nameWithType: "CommunicationType.PHONE"
|
|
summary: "Static value phone for Communication<wbr>Type."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.CommunicationType?alt=com.azure.resourcemanager.support.models.CommunicationType&text=CommunicationType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final CommunicationType PHONE"
|
|
desc: "Static value phone for CommunicationType."
|
|
- uid: "com.azure.resourcemanager.support.models.CommunicationType.WEB"
|
|
fullName: "com.azure.resourcemanager.support.models.CommunicationType.WEB"
|
|
name: "WEB"
|
|
nameWithType: "CommunicationType.WEB"
|
|
summary: "Static value web for Communication<wbr>Type."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.CommunicationType?alt=com.azure.resourcemanager.support.models.CommunicationType&text=CommunicationType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final CommunicationType WEB"
|
|
desc: "Static value web for CommunicationType."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.support.models.CommunicationType.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.support.models.CommunicationType.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "CommunicationType.fromString(String name)"
|
|
summary: "Creates or finds a Communication<wbr>Type from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static CommunicationType fromString(String name)"
|
|
desc: "Creates or finds a CommunicationType from its string representation."
|
|
returns:
|
|
description: "the corresponding CommunicationType."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.CommunicationType?alt=com.azure.resourcemanager.support.models.CommunicationType&text=CommunicationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.CommunicationType.values()"
|
|
fullName: "com.azure.resourcemanager.support.models.CommunicationType.values()"
|
|
name: "values()"
|
|
nameWithType: "CommunicationType.values()"
|
|
summary: "Gets known Communication<wbr>Type values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<CommunicationType> values()"
|
|
desc: "Gets known CommunicationType values."
|
|
returns:
|
|
description: "known CommunicationType values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.support.models.CommunicationType?alt=com.azure.resourcemanager.support.models.CommunicationType&text=CommunicationType\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Communication type."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.support.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0
|