73 строки
3.6 KiB
YAML
73 строки
3.6 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum"
|
|
name: "FeedbackStatusCodeEnum"
|
|
nameWithType: "FeedbackStatusCodeEnum"
|
|
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 FeedbackStatusCodeEnum extends Enum<FeedbackStatusCodeEnum>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.deliveryCountExceeded"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.deliveryCountExceeded"
|
|
name: "deliveryCountExceeded"
|
|
nameWithType: "FeedbackStatusCodeEnum.deliveryCountExceeded"
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.expired"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.expired"
|
|
name: "expired"
|
|
nameWithType: "FeedbackStatusCodeEnum.expired"
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.none"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.none"
|
|
name: "none"
|
|
nameWithType: "FeedbackStatusCodeEnum.none"
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.rejected"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.rejected"
|
|
name: "rejected"
|
|
nameWithType: "FeedbackStatusCodeEnum.rejected"
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.success"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.success"
|
|
name: "success"
|
|
nameWithType: "FeedbackStatusCodeEnum.success"
|
|
methods:
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "FeedbackStatusCodeEnum.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static FeedbackStatusCodeEnum valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum?alt=com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum&text=FeedbackStatusCodeEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.values()"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum.values()"
|
|
name: "values()"
|
|
nameWithType: "FeedbackStatusCodeEnum.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static FeedbackStatusCodeEnum[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum?alt=com.microsoft.azure.sdk.iot.device.FeedbackStatusCodeEnum&text=FeedbackStatusCodeEnum\" data-throw-if-not-resolved=\"False\" />[]"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.sdk.iot.device"
|
|
artifact: com.microsoft.azure.sdk.iot:iot-device-client:1.30.1
|