public class APIKey extends ClientAppCredential
| Constructor and Description |
|---|
APIKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getApiKey() |
String |
getCredentialType() |
String |
getDeletedOn() |
void |
setApiKey(String apiKey) |
void |
setDeletedOn(String deletedOn) |
String |
toString() |
getCorsOrigins, getCreatedBy, getCreatedOn, getId, getSecret, isEnabled, setCorsOrigins, setCreatedBy, setCreatedOn, setEnabled, setId, setSecretpublic String getCredentialType()
getCredentialType in class ClientAppCredentialpublic String getDeletedOn()
public void setDeletedOn(String deletedOn)
public String getApiKey()
public void setApiKey(String apiKey)
public boolean equals(Object other)
equals in class ClientAppCredentialCopyright © 2020. All rights reserved.