public interface IdentityType extends AttributedType
AttributedType.QUERY_ATTRIBUTE| Modifier and Type | Field and Description |
|---|---|
static QueryParameter |
CREATED_AFTER
A query parameter used to set the created after date
|
static QueryParameter |
CREATED_BEFORE
A query parameter used to set the created before date
|
static QueryParameter |
CREATED_DATE
A query parameter used to set the createdDate value
|
static QueryParameter |
ENABLED
A query parameter used to set the enabled value.
|
static QueryParameter |
EXPIRY_AFTER
A query parameter used to set the expiration after date
|
static QueryParameter |
EXPIRY_BEFORE
A query parameter used to set the expiration before date
|
static QueryParameter |
EXPIRY_DATE
A query parameter used to set the expiryDate value
|
static QueryParameter |
PARTITION
A query parameter used to set the
Partition value |
ID| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate()
Returns the date that this IdentityType instance was created.
|
Date |
getExpirationDate()
Returns the date that this IdentityType expires, or null if there is no expiry date.
|
Partition |
getPartition()
Returns the owning Partition for this identity object.
|
boolean |
isEnabled()
Indicates the current enabled status of this IdentityType.
|
void |
setCreatedDate(Date createdDate)
Sets the date that this
IdentityType was created. |
void |
setEnabled(boolean enabled)
Sets the current enabled status of this
IdentityType. |
void |
setExpirationDate(Date expirationDate)
Sets the date that this
IdentityType expires. |
void |
setPartition(Partition partition)
Sets the
Partition for this object. |
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdstatic final QueryParameter PARTITION
Partition valuestatic final QueryParameter ENABLED
static final QueryParameter CREATED_DATE
static final QueryParameter CREATED_AFTER
static final QueryParameter CREATED_BEFORE
static final QueryParameter EXPIRY_DATE
static final QueryParameter EXPIRY_AFTER
static final QueryParameter EXPIRY_BEFORE
boolean isEnabled()
void setEnabled(boolean enabled)
Sets the current enabled status of this IdentityType.
enabled - Date getCreatedDate()
void setCreatedDate(Date createdDate)
Sets the date that this IdentityType was created.
expirationDate - Date getExpirationDate()
void setExpirationDate(Date expirationDate)
Sets the date that this IdentityType expires.
expirationDate - Partition getPartition()
Copyright © 2013. All Rights Reserved.