@Generated(value="org.jsonschema2pojo") public static enum S3Configuration.Protocol extends Enum<S3Configuration.Protocol>
Modifier and Type | Method and Description |
---|---|
static S3Configuration.Protocol |
fromValue(String value) |
String |
toString() |
static S3Configuration.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3Configuration.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3Configuration.Protocol HTTP
public static final S3Configuration.Protocol HTTPS
public static S3Configuration.Protocol[] values()
for (S3Configuration.Protocol c : S3Configuration.Protocol.values()) System.out.println(c);
public static S3Configuration.Protocol 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 String toString()
toString
in class Enum<S3Configuration.Protocol>
public static S3Configuration.Protocol fromValue(String value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.