Class SAPDigitalPaymentClientModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cissapdigitalpayment.model.SAPDigitalPaymentClientModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPDigitalPaymentClient first defined at extension cissapdigitalpayment.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPDigitalPaymentClient.authorizedGrantTypesattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSAPDigitalPaymentClient.clientIdattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSAPDigitalPaymentClient.clientSecretattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSAPDigitalPaymentClient.scopeattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSAPDigitalPaymentClient.tokenUrlattribute defined at extensioncissapdigitalpayment.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SAPDigitalPaymentClientModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPDigitalPaymentClientModel(String _clientId, ItemModel _owner, String _tokenUrl) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPDigitalPaymentClientModel(String _clientId, String _tokenUrl) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPDigitalPaymentClient.authorizedGrantTypesattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSAPDigitalPaymentClient.clientIdattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSAPDigitalPaymentClient.clientSecretattribute defined at extensioncissapdigitalpayment.getScope()Generated method - Getter of theSAPDigitalPaymentClient.scopeattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSAPDigitalPaymentClient.tokenUrlattribute defined at extensioncissapdigitalpayment.voidsetAuthorizedGrantTypes(Set<String> value) Generated method - Setter ofSAPDigitalPaymentClient.authorizedGrantTypesattribute defined at extensioncissapdigitalpayment.voidsetClientId(String value) Generated method - Setter ofSAPDigitalPaymentClient.clientIdattribute defined at extensioncissapdigitalpayment.voidsetClientSecret(String value) Generated method - Setter ofSAPDigitalPaymentClient.clientSecretattribute defined at extensioncissapdigitalpayment.voidGenerated method - Setter ofSAPDigitalPaymentClient.scopeattribute defined at extensioncissapdigitalpayment.voidsetTokenUrl(String value) Generated method - Setter ofSAPDigitalPaymentClient.tokenUrlattribute defined at extensioncissapdigitalpayment.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CLIENTID
Generated constant - Attribute key ofSAPDigitalPaymentClient.clientIdattribute defined at extensioncissapdigitalpayment.- See Also:
-
CLIENTSECRET
Generated constant - Attribute key ofSAPDigitalPaymentClient.clientSecretattribute defined at extensioncissapdigitalpayment.- See Also:
-
TOKENURL
Generated constant - Attribute key ofSAPDigitalPaymentClient.tokenUrlattribute defined at extensioncissapdigitalpayment.- See Also:
-
SCOPE
Generated constant - Attribute key ofSAPDigitalPaymentClient.scopeattribute defined at extensioncissapdigitalpayment.- See Also:
-
AUTHORIZEDGRANTTYPES
Generated constant - Attribute key ofSAPDigitalPaymentClient.authorizedGrantTypesattribute defined at extensioncissapdigitalpayment.- See Also:
-
-
Constructor Details
-
SAPDigitalPaymentClientModel
public SAPDigitalPaymentClientModel()Generated constructor - Default constructor for generic creation. -
SAPDigitalPaymentClientModel
public SAPDigitalPaymentClientModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SAPDigitalPaymentClientModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPDigitalPaymentClientModel(String _clientId, String _tokenUrl) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_clientId- initial attribute declared by typeSAPDigitalPaymentClientat extensioncissapdigitalpayment_tokenUrl- initial attribute declared by typeSAPDigitalPaymentClientat extensioncissapdigitalpayment
-
SAPDigitalPaymentClientModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPDigitalPaymentClientModel(String _clientId, ItemModel _owner, String _tokenUrl) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_clientId- initial attribute declared by typeSAPDigitalPaymentClientat extensioncissapdigitalpayment_owner- initial attribute declared by typeItemat extensioncore_tokenUrl- initial attribute declared by typeSAPDigitalPaymentClientat extensioncissapdigitalpayment
-
-
Method Details
-
getAuthorizedGrantTypes
@Accessor(qualifier="authorizedGrantTypes", type=GETTER) public Set<String> getAuthorizedGrantTypes()Generated method - Getter of theSAPDigitalPaymentClient.authorizedGrantTypesattribute defined at extensioncissapdigitalpayment. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the authorizedGrantTypes - Set of grant types for client
-
getClientId
Generated method - Getter of theSAPDigitalPaymentClient.clientIdattribute defined at extensioncissapdigitalpayment.- Returns:
- the clientId - Client Id
-
getClientSecret
Generated method - Getter of theSAPDigitalPaymentClient.clientSecretattribute defined at extensioncissapdigitalpayment.- Returns:
- the clientSecret - Client Secret
-
getScope
Generated method - Getter of theSAPDigitalPaymentClient.scopeattribute defined at extensioncissapdigitalpayment. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the scope - Set of client scopes
-
getTokenUrl
Generated method - Getter of theSAPDigitalPaymentClient.tokenUrlattribute defined at extensioncissapdigitalpayment.- Returns:
- the tokenUrl - Token URL for client
-
setAuthorizedGrantTypes
@Accessor(qualifier="authorizedGrantTypes", type=SETTER) public void setAuthorizedGrantTypes(Set<String> value) Generated method - Setter ofSAPDigitalPaymentClient.authorizedGrantTypesattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the authorizedGrantTypes - Set of grant types for client
-
setClientId
Generated method - Setter ofSAPDigitalPaymentClient.clientIdattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the clientId - Client Id
-
setClientSecret
Generated method - Setter ofSAPDigitalPaymentClient.clientSecretattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the clientSecret - Client Secret
-
setScope
Generated method - Setter ofSAPDigitalPaymentClient.scopeattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the scope - Set of client scopes
-
setTokenUrl
Generated method - Setter ofSAPDigitalPaymentClient.tokenUrlattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the tokenUrl - Token URL for client
-