public class IGCCreate extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String propertyName,
String value)
Adds a property to the object that should be created.
|
com.fasterxml.jackson.databind.JsonNode |
getCreate()
Retrieves the create string for this create object.
|
boolean |
hasProperty(String propertyName)
Indicates whether the provided property has already been specified for the create (true) or not (false).
|
String |
toString()
Retrieves a printable version of the update object.
|
public IGCCreate(String type)
public void addProperty(String propertyName, String value)
propertyName - the name of the property to setvalue - the value to which to set the propertypublic boolean hasProperty(String propertyName)
propertyName - the name of the property to checkpublic com.fasterxml.jackson.databind.JsonNode getCreate()
Copyright © 2018–2021 ODPi. All rights reserved.