public class IssuerAttributes extends Object
| Constructor and Description |
|---|
IssuerAttributes() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
created()
Get the created value.
|
Boolean |
enabled()
Get the enabled value.
|
org.joda.time.DateTime |
updated()
Get the updated value.
|
IssuerAttributes |
withEnabled(Boolean enabled)
Set the enabled value.
|
public Boolean enabled()
public IssuerAttributes withEnabled(Boolean enabled)
enabled - the enabled value to setpublic org.joda.time.DateTime created()
public org.joda.time.DateTime updated()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/