public class SqlUserDefinedFunctionResource extends Object
| Constructor and Description |
|---|
SqlUserDefinedFunctionResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Get body of the User Defined Function.
|
String |
id()
Get name of the Cosmos DB SQL userDefinedFunction.
|
SqlUserDefinedFunctionResource |
withBody(String body)
Set body of the User Defined Function.
|
SqlUserDefinedFunctionResource |
withId(String id)
Set name of the Cosmos DB SQL userDefinedFunction.
|
public String id()
public SqlUserDefinedFunctionResource withId(String id)
id - the id value to setpublic String body()
public SqlUserDefinedFunctionResource withBody(String body)
body - the body value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/