Attributes Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.Attributes

public class Attributes

The object attributes managed by the KeyVault service.

Method Summary

Modifier and Type Method and Description
DateTime created()

Get the created value.

Boolean enabled()

Get the enabled value.

DateTime expires()

Get the expires value.

DateTime notBefore()

Get the notBefore value.

DateTime updated()

Get the updated value.

Attributes withEnabled(Boolean enabled)

Set the enabled value.

Attributes withExpires(DateTime expires)

Set the expires value.

Attributes withNotBefore(DateTime notBefore)

Set the notBefore value.

Method Details

created

public DateTime created()

Get the created value.

Returns:

the created value

enabled

public Boolean enabled()

Get the enabled value.

Returns:

the enabled value

expires

public DateTime expires()

Get the expires value.

Returns:

the expires value

notBefore

public DateTime notBefore()

Get the notBefore value.

Returns:

the notBefore value

updated

public DateTime updated()

Get the updated value.

Returns:

the updated value

withEnabled

public Attributes withEnabled(Boolean enabled)

Set the enabled value.

Parameters:

enabled - the enabled value to set

Returns:

the Attributes object itself.

withExpires

public Attributes withExpires(DateTime expires)

Set the expires value.

Parameters:

expires - the expires value to set

Returns:

the Attributes object itself.

withNotBefore

public Attributes withNotBefore(DateTime notBefore)

Set the notBefore value.

Parameters:

notBefore - the notBefore value to set

Returns:

the Attributes object itself.

Applies to