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