public static enum SharePointSources.SharePointSource.FolderSourceCase extends Enum<SharePointSources.SharePointSource.FolderSourceCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
FOLDERSOURCE_NOT_SET |
SHAREPOINT_FOLDER_ID |
SHAREPOINT_FOLDER_PATH |
| Modifier and Type | Method and Description |
|---|---|
static SharePointSources.SharePointSource.FolderSourceCase |
forNumber(int value) |
int |
getNumber() |
static SharePointSources.SharePointSource.FolderSourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SharePointSources.SharePointSource.FolderSourceCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharePointSources.SharePointSource.FolderSourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharePointSources.SharePointSource.FolderSourceCase SHAREPOINT_FOLDER_PATH
public static final SharePointSources.SharePointSource.FolderSourceCase SHAREPOINT_FOLDER_ID
public static final SharePointSources.SharePointSource.FolderSourceCase FOLDERSOURCE_NOT_SET
public static SharePointSources.SharePointSource.FolderSourceCase[] values()
for (SharePointSources.SharePointSource.FolderSourceCase c : SharePointSources.SharePointSource.FolderSourceCase.values()) System.out.println(c);
public static SharePointSources.SharePointSource.FolderSourceCase 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 null@Deprecated public static SharePointSources.SharePointSource.FolderSourceCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static SharePointSources.SharePointSource.FolderSourceCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.