public class CosmosUserDefinedFunctionProperties extends Resource
| Constructor and Description |
|---|
CosmosUserDefinedFunctionProperties()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Get the body of the user defined function.
|
CosmosUserDefinedFunctionProperties |
body(String body)
Set the body of the user defined function.
|
CosmosUserDefinedFunctionProperties |
id(String id)
Sets the id
|
etag, id, resourceId, resourceId, selfLink, timestampget, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toStringpublic CosmosUserDefinedFunctionProperties()
public CosmosUserDefinedFunctionProperties id(String id)
public String body()
public CosmosUserDefinedFunctionProperties body(String body)
body - the body.Copyright © 2019. All rights reserved.