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.
Modifier and Type | Method and 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.
|
public static final ListCopyObjectRequestsRequest.Projection Summary
public static final ListCopyObjectRequestsRequest.Projection Details
public static ListCopyObjectRequestsRequest.Projection[] values()
for (ListCopyObjectRequestsRequest.Projection c : ListCopyObjectRequestsRequest.Projection.values()) System.out.println(c);
public static ListCopyObjectRequestsRequest.Projection 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 static ListCopyObjectRequestsRequest.Projection create(String key)
Copyright © 2016–2024. All rights reserved.