Enum ListImportRequestsRequest.Projection
- java.lang.Object
-
- java.lang.Enum<ListImportRequestsRequest.Projection>
-
- com.oracle.bmc.dataintegration.requests.ListImportRequestsRequest.Projection
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListImportRequestsRequest.Projection>
- Enclosing class:
- ListImportRequestsRequest
public static enum ListImportRequestsRequest.Projection extends Enum<ListImportRequestsRequest.Projection> implements BmcEnum
This parameter allows users to specify which view of the import object response to return.SUMMARY - Summary of the import object request will be returned. This is the default option when no value is specified. DETAILS - Details of import object request will be returned. This will include details of all the objects to be exported.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListImportRequestsRequest.Projection
create(String key)
String
getValue()
static ListImportRequestsRequest.Projection
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListImportRequestsRequest.Projection[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Summary
public static final ListImportRequestsRequest.Projection Summary
-
Details
public static final ListImportRequestsRequest.Projection Details
-
-
Method Detail
-
values
public static ListImportRequestsRequest.Projection[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListImportRequestsRequest.Projection c : ListImportRequestsRequest.Projection.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListImportRequestsRequest.Projection valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListImportRequestsRequest.Projection create(String key)
-
-