public static enum PushAPIMsg.EnumerationModeMsg extends java.lang.Enum<PushAPIMsg.EnumerationModeMsg> implements com.google.protobuf.ProtocolMessageEnum
com.exalead.papi.helper.V4A.message.EnumerationModeMsg
Enum Constant and Description |
---|
NOT_RECURSIVE_ALL
Enumerate non recursively the documents and folders contained in a given folder.
|
NOT_RECURSIVE_DOCUMENTS
Enumerate non recursively the documents contained in a given folder.
|
NOT_RECURSIVE_FOLDERS
Enumerate non recursively the folders contained in a given folder.
|
RECURSIVE_DOCUMENTS
Recursively enumerate all the documents contained in a given folder.
|
Modifier and Type | Field and Description |
---|---|
static int |
NOT_RECURSIVE_ALL_VALUE
Enumerate non recursively the documents and folders contained in a given folder.
|
static int |
NOT_RECURSIVE_DOCUMENTS_VALUE
Enumerate non recursively the documents contained in a given folder.
|
static int |
NOT_RECURSIVE_FOLDERS_VALUE
Enumerate non recursively the folders contained in a given folder.
|
static int |
RECURSIVE_DOCUMENTS_VALUE
Recursively enumerate all the documents contained in a given folder.
|
Modifier and Type | Method and Description |
---|---|
static PushAPIMsg.EnumerationModeMsg |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PushAPIMsg.EnumerationModeMsg> |
internalGetValueMap() |
static PushAPIMsg.EnumerationModeMsg |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PushAPIMsg.EnumerationModeMsg |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PushAPIMsg.EnumerationModeMsg |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PushAPIMsg.EnumerationModeMsg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushAPIMsg.EnumerationModeMsg NOT_RECURSIVE_FOLDERS
Enumerate non recursively the folders contained in a given folder.
NOT_RECURSIVE_FOLDERS = 0;
public static final PushAPIMsg.EnumerationModeMsg NOT_RECURSIVE_DOCUMENTS
Enumerate non recursively the documents contained in a given folder.
NOT_RECURSIVE_DOCUMENTS = 1;
public static final PushAPIMsg.EnumerationModeMsg NOT_RECURSIVE_ALL
Enumerate non recursively the documents and folders contained in a given folder.
NOT_RECURSIVE_ALL = 2;
public static final PushAPIMsg.EnumerationModeMsg RECURSIVE_DOCUMENTS
Recursively enumerate all the documents contained in a given folder.
RECURSIVE_DOCUMENTS = 3;
public static final int NOT_RECURSIVE_FOLDERS_VALUE
Enumerate non recursively the folders contained in a given folder.
NOT_RECURSIVE_FOLDERS = 0;
public static final int NOT_RECURSIVE_DOCUMENTS_VALUE
Enumerate non recursively the documents contained in a given folder.
NOT_RECURSIVE_DOCUMENTS = 1;
public static final int NOT_RECURSIVE_ALL_VALUE
Enumerate non recursively the documents and folders contained in a given folder.
NOT_RECURSIVE_ALL = 2;
public static final int RECURSIVE_DOCUMENTS_VALUE
Recursively enumerate all the documents contained in a given folder.
RECURSIVE_DOCUMENTS = 3;
public static PushAPIMsg.EnumerationModeMsg[] values()
for (PushAPIMsg.EnumerationModeMsg c : PushAPIMsg.EnumerationModeMsg.values()) System.out.println(c);
public static PushAPIMsg.EnumerationModeMsg valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static PushAPIMsg.EnumerationModeMsg valueOf(int value)
forNumber(int)
instead.public static PushAPIMsg.EnumerationModeMsg forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<PushAPIMsg.EnumerationModeMsg> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PushAPIMsg.EnumerationModeMsg valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.