public class UpdateNamespacePropertiesRequest extends java.lang.Object implements RESTRequest
Modifier and Type | Class and Description |
---|---|
static class |
UpdateNamespacePropertiesRequest.Builder |
Constructor and Description |
---|
UpdateNamespacePropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
static UpdateNamespacePropertiesRequest.Builder |
builder() |
java.util.List<java.lang.String> |
removals() |
java.lang.String |
toString() |
java.util.Map<java.lang.String,java.lang.String> |
updates() |
void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
public void validate()
RESTMessage
This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
validate
in interface RESTMessage
public java.util.List<java.lang.String> removals()
public java.util.Map<java.lang.String,java.lang.String> updates()
public java.lang.String toString()
toString
in class java.lang.Object
public static UpdateNamespacePropertiesRequest.Builder builder()