Class UserCredentialRequest
java.lang.Object
org.springframework.credhub.support.CredHubRequest<T>
org.springframework.credhub.support.CredentialRequest<UserCredential>
org.springframework.credhub.support.user.UserCredentialRequest
The details of a request to write a new or update an existing 
UserCredential in
 CredHub.- Author:
 - Scott Frederick
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder that provides a fluent API for constructingUserCredentialRequests.Nested classes/interfaces inherited from class org.springframework.credhub.support.CredHubRequest
CredHubRequest.CredHubRequestBuilder<T,R extends CredHubRequest<T>, B extends CredHubRequest.CredHubRequestBuilder<T, R, B>>  - 
Field Summary
Fields inherited from class org.springframework.credhub.support.CredHubRequest
credentialType, details, mode, name - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that provides a fluent API for providing the values required to construct aUserCredentialRequest.Methods inherited from class org.springframework.credhub.support.CredentialRequest
getValue, setValue 
- 
Method Details
- 
builder
Create a builder that provides a fluent API for providing the values required to construct aUserCredentialRequest.- Returns:
 - a builder
 
 
 -