public enum TDAPI_ATTACH extends Enum<TDAPI_ATTACH> implements com4j.ComEnum
Attachment Flags.
Enum Constant and Description |
---|
TDATT_COPY
Synchronous upload or download.
|
TDATT_COPY_ASINCHRONE
Asynchronous upload or download.
|
TDATT_LINK
Create URL attachment.
|
TDATT_MOVE
Move attachment.
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_ATTACH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_ATTACH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_ATTACH TDATT_COPY
Synchronous upload or download.
The value of this constant is 1
public static final TDAPI_ATTACH TDATT_MOVE
Move attachment.
The value of this constant is 2
public static final TDAPI_ATTACH TDATT_LINK
Create URL attachment.
The value of this constant is 3
public static final TDAPI_ATTACH TDATT_COPY_ASINCHRONE
Asynchronous upload or download.
The value of this constant is 4
public static TDAPI_ATTACH[] values()
for (TDAPI_ATTACH c : TDAPI_ATTACH.values()) System.out.println(c);
public static TDAPI_ATTACH valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int comEnumValue()
comEnumValue
in interface com4j.ComEnum
Copyright © 2020. All rights reserved.