public enum PatchTypeEnum extends Enum<PatchTypeEnum>
Patch| Enum Constant and Description |
|---|
JSON_PATCH |
XML_PATCH |
| Modifier and Type | Method and Description |
|---|---|
static PatchTypeEnum |
forContentTypeOrThrowInvalidRequestException(String theContentType) |
String |
getContentType() |
static PatchTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchTypeEnum JSON_PATCH
public static final PatchTypeEnum XML_PATCH
public static PatchTypeEnum[] values()
for (PatchTypeEnum c : PatchTypeEnum.values()) System.out.println(c);
public static PatchTypeEnum 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 getContentType()
public static PatchTypeEnum forContentTypeOrThrowInvalidRequestException(String theContentType)
Copyright © 2014–2019 University Health Network. All rights reserved.