Class GetAllFunctionsOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<GetAllFunctionsOptions>
-
- com.couchbase.client.java.manager.eventing.GetAllFunctionsOptions
-
public class GetAllFunctionsOptions extends CommonOptions<GetAllFunctionsOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GetAllFunctionsOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAllFunctionsOptions.Built
build()
static GetAllFunctionsOptions
getAllFunctionsOptions()
-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
getAllFunctionsOptions
public static GetAllFunctionsOptions getAllFunctionsOptions()
-
build
@Internal public GetAllFunctionsOptions.Built build()
-
-