Secret.UpdateStages.WithContentType Interface

public static interface Secret.UpdateStages.WithContentType

The stage of a secret update allowing to set the content type of the secret.

Method Summary

Modifier and Type Method and Description
abstract Update withContentType(String contentType)

Specifies the secret content type.

Method Details

withContentType

public abstract Secret.Update withContentType(String contentType)

Specifies the secret content type.

Parameters:

contentType - the content type

Returns:

the next stage of the update

Applies to