public static enum ListingRevisionAttachment.AttachmentType extends Enum<ListingRevisionAttachment.AttachmentType> implements BmcEnum
Possible values for the publisher listing revision attachments. The attachment type informs the type of attachment for the listing revision.
Enum Constant and Description |
---|
RelatedDocument |
Screenshot |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Video |
Modifier and Type | Method and Description |
---|---|
static ListingRevisionAttachment.AttachmentType |
create(String key) |
String |
getValue() |
static ListingRevisionAttachment.AttachmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingRevisionAttachment.AttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListingRevisionAttachment.AttachmentType RelatedDocument
public static final ListingRevisionAttachment.AttachmentType Screenshot
public static final ListingRevisionAttachment.AttachmentType Video
public static final ListingRevisionAttachment.AttachmentType UnknownEnumValue
public static ListingRevisionAttachment.AttachmentType[] values()
for (ListingRevisionAttachment.AttachmentType c : ListingRevisionAttachment.AttachmentType.values()) System.out.println(c);
public static ListingRevisionAttachment.AttachmentType 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 ListingRevisionAttachment.AttachmentType create(String key)
Copyright © 2016–2024. All rights reserved.