Enum ListExportRequestsRequest.Projection
- java.lang.Object
-
- java.lang.Enum<ListExportRequestsRequest.Projection>
-
- com.oracle.bmc.dataintegration.requests.ListExportRequestsRequest.Projection
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListExportRequestsRequest.Projection>
- Enclosing class:
- ListExportRequestsRequest
public static enum ListExportRequestsRequest.Projection extends Enum<ListExportRequestsRequest.Projection> implements BmcEnum
This parameter allows users to specify which view of the export object response to return.SUMMARY - Summary of the export object request will be returned. This is the default option when no value is specified. DETAILS - Details of export 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 ListExportRequestsRequest.Projectioncreate(String key)StringgetValue()static ListExportRequestsRequest.ProjectionvalueOf(String name)Returns the enum constant of this type with the specified name.static ListExportRequestsRequest.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 ListExportRequestsRequest.Projection Summary
-
Details
public static final ListExportRequestsRequest.Projection Details
-
-
Method Detail
-
values
public static ListExportRequestsRequest.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 (ListExportRequestsRequest.Projection c : ListExportRequestsRequest.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 ListExportRequestsRequest.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 ListExportRequestsRequest.Projection create(String key)
-
-