public class OAuthAuthorizationCodeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AUTHENTICATION
Generated constant - Attribute key of
OAuthAuthorizationCode.authentication attribute defined at extension oauth2. |
static java.lang.String |
CODE
Generated constant - Attribute key of
OAuthAuthorizationCode.code attribute defined at extension oauth2. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OAuthAuthorizationCodeModel()
Generated constructor - Default constructor for generic creation.
|
OAuthAuthorizationCodeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OAuthAuthorizationCodeModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
OAuthAuthorizationCodeModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAuthentication()
Generated method - Getter of the
OAuthAuthorizationCode.authentication attribute defined at extension oauth2. |
java.lang.String |
getCode()
Generated method - Getter of the
OAuthAuthorizationCode.code attribute defined at extension oauth2. |
void |
setAuthentication(java.lang.Object value)
Generated method - Setter of
OAuthAuthorizationCode.authentication attribute defined at extension oauth2. |
void |
setCode(java.lang.String value)
Generated method - Setter of
OAuthAuthorizationCode.code attribute defined at extension oauth2. |
getComments, 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 CODE
OAuthAuthorizationCode.code attribute defined at extension oauth2.public static final java.lang.String AUTHENTICATION
OAuthAuthorizationCode.authentication attribute defined at extension oauth2.public OAuthAuthorizationCodeModel()
public OAuthAuthorizationCodeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OAuthAuthorizationCodeModel(java.lang.String _code)
_code - initial attribute declared by type OAuthAuthorizationCode at extension oauth2@Deprecated
public OAuthAuthorizationCodeModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type OAuthAuthorizationCode at extension oauth2_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="authentication", type=GETTER) public java.lang.Object getAuthentication()
OAuthAuthorizationCode.authentication attribute defined at extension oauth2.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
OAuthAuthorizationCode.code attribute defined at extension oauth2.@Accessor(qualifier="authentication", type=SETTER) public void setAuthentication(java.lang.Object value)
OAuthAuthorizationCode.authentication attribute defined at extension oauth2.value - the authentication - Serialized authentication objectCopyright © 2018 SAP SE. All Rights Reserved.