Class GenerateKeyClient
- java.lang.Object
-
- com.merge.api.resources.filestorage.generatekey.GenerateKeyClient
-
public class GenerateKeyClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description GenerateKeyClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteKeycreate(GenerateRemoteKeyRequest request)Create a remote key.RemoteKeycreate(GenerateRemoteKeyRequest request, RequestOptions requestOptions)Create a remote key.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
GenerateKeyClient
public GenerateKeyClient(ClientOptions clientOptions)
-
-
Method Detail
-
create
public RemoteKey create(GenerateRemoteKeyRequest request)
Create a remote key.
-
create
public RemoteKey create(GenerateRemoteKeyRequest request, RequestOptions requestOptions)
Create a remote key.
-
-