public static class RemoteCallParameter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RemoteCallParameter.Builder |
addParameter(IRemoteCallParameter param) |
RemoteCallParameter.Builder |
addParameter(String name) |
RemoteCallParameter.Builder |
addParameter(String name,
Object defaultValue) |
IRemoteCallParameter[] |
build() |
public RemoteCallParameter.Builder addParameter(String name, Object defaultValue)
public RemoteCallParameter.Builder addParameter(String name)
public RemoteCallParameter.Builder addParameter(IRemoteCallParameter param)
param
- remote call parameter to addpublic IRemoteCallParameter[] build()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.