Package com.veeva.vault.sdk.api.json
Interface JsonProperty
public interface JsonProperty
Represents a property of a
JsonObject
. Provides information about the name and
type of the property.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the JSON value type of this property.getName()
Retrieves the name of this property.
-
Method Details
-
getName
String getName()Retrieves the name of this property.- Returns:
- the name of this property
-
getJsonValueType
JsonValueType getJsonValueType()Retrieves the JSON value type of this property.- Returns:
- the JSON value type of this property, for example
JsonValueType.NUMBER
-