GatewayCertificateAuthorityContract.UpdateStages.WithIsTrusted Interface

public static interface GatewayCertificateAuthorityContract.UpdateStages.WithIsTrusted

The stage of the GatewayCertificateAuthorityContract update allowing to specify isTrusted.

Method Summary

Modifier and Type Method and Description
abstract Update withIsTrusted(Boolean isTrusted)

Specifies the isTrusted property: Determines whether certificate authority is trusted..

Method Details

withIsTrusted

public abstract GatewayCertificateAuthorityContract.Update withIsTrusted(Boolean isTrusted)

Specifies the isTrusted property: Determines whether certificate authority is trusted..

Parameters:

isTrusted - Determines whether certificate authority is trusted.

Returns:

the next definition stage.

Applies to