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