public enum O365JobSessionBottleneck extends Enum<O365JobSessionBottleneck>
| Enum Constant and Description | 
|---|
| DETECTING | 
| NOT_APPLICABLE | 
| SOURCE | 
| TARGET | 
| Modifier and Type | Method and Description | 
|---|---|
| static O365JobSessionBottleneck | from(String name) | 
| String | getValue() | 
| static O365JobSessionBottleneck | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static O365JobSessionBottleneck[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final O365JobSessionBottleneck SOURCE
public static final O365JobSessionBottleneck TARGET
public static final O365JobSessionBottleneck DETECTING
public static final O365JobSessionBottleneck NOT_APPLICABLE
public static O365JobSessionBottleneck[] values()
for (O365JobSessionBottleneck c : O365JobSessionBottleneck.values()) System.out.println(c);
public static O365JobSessionBottleneck 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 String getValue()
public static O365JobSessionBottleneck from(String name)
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.