T
- the type of CredHub credentialpublic class ParametersRequest<T> extends CredHubRequest<T>
CredHubRequest.CredHubRequestBuilder<T,R extends CredHubRequest<T>,B extends CredHubRequest.CredHubRequestBuilder<T,R,B>>
additionalPermissions, credentialType, details, mode, name, overwrite
Modifier | Constructor and Description |
---|---|
protected |
ParametersRequest(CredentialType type)
Initialize a
ParametersRequest . |
Modifier and Type | Method and Description |
---|---|
T |
getParameters()
Get the parameters of the credential.
|
protected void |
setParameters(T parameters) |
equals, getAdditionalPermissions, getMode, getName, getType, hashCode, isOverwrite, toString
protected ParametersRequest(CredentialType type)
ParametersRequest
.type
- the type of credential this request supports