Enum ListCopyObjectRequestsRequest.Projection
- java.lang.Object
-
- java.lang.Enum<ListCopyObjectRequestsRequest.Projection>
-
- com.oracle.bmc.dataintegration.requests.ListCopyObjectRequestsRequest.Projection
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListCopyObjectRequestsRequest.Projection>
- Enclosing class:
- ListCopyObjectRequestsRequest
public static enum ListCopyObjectRequestsRequest.Projection extends Enum<ListCopyObjectRequestsRequest.Projection> implements BmcEnum
This parameter allows users to specify which view of the copy object response to return.SUMMARY - Summary of the copy object response will be returned. This is the default option when no value is specified. DETAILS - Details of copy object response will be returned. This will include details of all the objects to be copied.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListCopyObjectRequestsRequest.Projection
create(String key)
String
getValue()
static ListCopyObjectRequestsRequest.Projection
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListCopyObjectRequestsRequest.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 ListCopyObjectRequestsRequest.Projection Summary
-
Details
public static final ListCopyObjectRequestsRequest.Projection Details
-
-
Method Detail
-
values
public static ListCopyObjectRequestsRequest.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 (ListCopyObjectRequestsRequest.Projection c : ListCopyObjectRequestsRequest.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 ListCopyObjectRequestsRequest.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 ListCopyObjectRequestsRequest.Projection create(String key)
-
-