public class CosmosUserDefinedFunctionProperties extends Resource
Constructor and Description |
---|
CosmosUserDefinedFunctionProperties()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Get the body of the user defined function.
|
CosmosUserDefinedFunctionProperties |
setBody(String body)
Set the body of the user defined function.
|
CosmosUserDefinedFunctionProperties |
setId(String id)
Sets the id
|
getETag, getId, getResourceId, getSelfLink, getTimestamp, setResourceId
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
public CosmosUserDefinedFunctionProperties()
public CosmosUserDefinedFunctionProperties setId(String id)
public String getBody()
public CosmosUserDefinedFunctionProperties setBody(String body)
body
- the body.Copyright © 2020 Microsoft Corporation. All rights reserved.