Parameter

open class Parameter

Encapsulates an OData parameter.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.DataMethod}, {@link com.sap.cloud.mobile.kotlin.odata.DataMethodCall}.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var mode: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var scale: Int
Link copied to clipboard
Link copied to clipboard
var srid: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun copy(): Parameter

Return a copy of this parameter which doesn't share mutable values with this parameter.

Link copied to clipboard

Lookup an existing annotation by term name, or throw an exception if the annotation is not found.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.Parameter#annotations Parameter.annotations} and {@link com.sap.cloud.mobile.kotlin.odata.AnnotationMap#get(kotlin.String) AnnotationMap.get}, for looking up annotations that might not exist.

Link copied to clipboard
open override fun toString(): String

{@inheritDoc}