Interface Secret.UpdateStages.WithContentType
-
- All Known Subinterfaces:
Secret.Update
- Enclosing interface:
- Secret.UpdateStages
public static interface Secret.UpdateStages.WithContentTypeThe stage of a secret update allowing to set the content type of the secret.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Secret.UpdatewithContentType(String contentType)Specifies the secret content type.
-
-
-
Method Detail
-
withContentType
Secret.Update withContentType(String contentType)
Specifies the secret content type.- Parameters:
contentType- the content type- Returns:
- the next stage of the update
-
-