@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class HookKey extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_CREATED  | 
static String | 
JSON_PROPERTY_EMBEDDED  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_IS_USED  | 
static String | 
JSON_PROPERTY_KEY_ID  | 
static String | 
JSON_PROPERTY_LAST_UPDATED  | 
static String | 
JSON_PROPERTY_NAME  | 
| Constructor and Description | 
|---|
HookKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
HookKey | 
embedded(JsonWebKey embedded)  | 
boolean | 
equals(Object o)  | 
OffsetDateTime | 
getCreated()
Timestamp when the key was created. 
 | 
JsonWebKey | 
getEmbedded()
Get embedded 
 | 
String | 
getId()
The unique identifier for the key. 
 | 
Boolean | 
getIsUsed()
Whether this key is currently in use by other hooks. 
 | 
String | 
getKeyId()
The alias of the public key. 
 | 
OffsetDateTime | 
getLastUpdated()
Timestamp when the key was updated. 
 | 
String | 
getName()
Display name of the key. 
 | 
int | 
hashCode()  | 
HookKey | 
isUsed(Boolean isUsed)  | 
HookKey | 
name(String name)  | 
void | 
setEmbedded(JsonWebKey embedded)  | 
void | 
setIsUsed(Boolean isUsed)  | 
void | 
setName(String name)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_USED
public static final String JSON_PROPERTY_KEY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_EMBEDDED
@Nullable public OffsetDateTime getCreated()
@Nullable public Boolean getIsUsed()
public void setIsUsed(Boolean isUsed)
@Nullable public OffsetDateTime getLastUpdated()
public void setName(String name)
public HookKey embedded(JsonWebKey embedded)
@Nullable public JsonWebKey getEmbedded()
public void setEmbedded(JsonWebKey embedded)
Copyright © 2017–2023 Okta. All rights reserved.