public class ConsumedOAuthCredentialModel extends AbstractCredentialModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CLIENTID
Generated constant - Attribute key of
ConsumedOAuthCredential.clientId attribute defined at extension apiregistryservices. |
static java.lang.String |
CLIENTSECRET
Generated constant - Attribute key of
ConsumedOAuthCredential.clientSecret attribute defined at extension apiregistryservices. |
static java.lang.String |
OAUTHURL
Generated constant - Attribute key of
ConsumedOAuthCredential.oAuthUrl attribute defined at extension apiregistryservices. |
ID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ConsumedOAuthCredentialModel()
Generated constructor - Default constructor for generic creation.
|
ConsumedOAuthCredentialModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ConsumedOAuthCredentialModel(java.lang.String _clientId,
java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConsumedOAuthCredentialModel(java.lang.String _clientId,
java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId()
Generated method - Getter of the
ConsumedOAuthCredential.clientId attribute defined at extension apiregistryservices. |
java.lang.String |
getClientSecret()
Generated method - Getter of the
ConsumedOAuthCredential.clientSecret attribute defined at extension apiregistryservices. |
java.lang.String |
getOAuthUrl()
Generated method - Getter of the
ConsumedOAuthCredential.oAuthUrl attribute defined at extension apiregistryservices. |
void |
setClientId(java.lang.String value)
Generated method - Setter of
ConsumedOAuthCredential.clientId attribute defined at extension apiregistryservices. |
void |
setClientSecret(java.lang.String value)
Generated method - Setter of
ConsumedOAuthCredential.clientSecret attribute defined at extension apiregistryservices. |
void |
setOAuthUrl(java.lang.String value)
Generated method - Setter of
ConsumedOAuthCredential.oAuthUrl attribute defined at extension apiregistryservices. |
getId, setIdgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String CLIENTID
ConsumedOAuthCredential.clientId attribute defined at extension apiregistryservices.public static final java.lang.String OAUTHURL
ConsumedOAuthCredential.oAuthUrl attribute defined at extension apiregistryservices.public static final java.lang.String CLIENTSECRET
ConsumedOAuthCredential.clientSecret attribute defined at extension apiregistryservices.public ConsumedOAuthCredentialModel()
public ConsumedOAuthCredentialModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ConsumedOAuthCredentialModel(java.lang.String _clientId,
java.lang.String _id)
_clientId - initial attribute declared by type ConsumedOAuthCredential at extension apiregistryservices_id - initial attribute declared by type AbstractCredential at extension apiregistryservices@Deprecated
public ConsumedOAuthCredentialModel(java.lang.String _clientId,
java.lang.String _id,
ItemModel _owner)
_clientId - initial attribute declared by type ConsumedOAuthCredential at extension apiregistryservices_id - initial attribute declared by type AbstractCredential at extension apiregistryservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="clientId", type=GETTER) public java.lang.String getClientId()
ConsumedOAuthCredential.clientId attribute defined at extension apiregistryservices.@Accessor(qualifier="clientSecret", type=GETTER) public java.lang.String getClientSecret()
ConsumedOAuthCredential.clientSecret attribute defined at extension apiregistryservices.@Accessor(qualifier="oAuthUrl", type=GETTER) public java.lang.String getOAuthUrl()
ConsumedOAuthCredential.oAuthUrl attribute defined at extension apiregistryservices.@Accessor(qualifier="clientId", type=SETTER) public void setClientId(java.lang.String value)
ConsumedOAuthCredential.clientId attribute defined at extension apiregistryservices.value - the clientId@Accessor(qualifier="clientSecret", type=SETTER) public void setClientSecret(java.lang.String value)
ConsumedOAuthCredential.clientSecret attribute defined at extension apiregistryservices.value - the clientSecretCopyright © 2018 SAP SE. All Rights Reserved.