Uses of Class
com.skava.accounts.model.exchange.Attribute
Packages that use Attribute
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of Attribute in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return Attribute -
Uses of Attribute in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type AttributeModifierConstructorDescriptionAttributeAPIResponse
(String codeSuccess, String msgSuccess, Attribute attributeResponse) Instantiates a new AttributeAPIResponse.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type AttributeModifierConstructorDescriptionAttributesAPIResponse
(List<Attribute> attributeResponse, PageableInfo pageable) Instantiates a new AccountBuyers API Response. -
Uses of Attribute in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type AttributeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Attribute>
AttributeController.createAttribute
(String locale, String version, long storeId, long collectionId, String authToken, Attribute request) This method is used to create Attribute based on given request.org.springframework.http.ResponseEntity<Attribute>
AttributeController.getAttributeById
(String locale, String version, long storeId, long collectionId, String authToken, String id) This method is used to load single Attribute based on given Request.org.springframework.http.ResponseEntity<Attribute>
AttributeController.updateAttributeById
(String locale, String version, long storeId, long collectionId, String authToken, String id, Attribute request) This method is used to update single Attribute based on given Attribute Request.Methods in com.skava.accounts.web with parameters of type AttributeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Attribute>
AttributeController.createAttribute
(String locale, String version, long storeId, long collectionId, String authToken, Attribute request) This method is used to create Attribute based on given request.org.springframework.http.ResponseEntity<Attribute>
AttributeController.updateAttributeById
(String locale, String version, long storeId, long collectionId, String authToken, String id, Attribute request) This method is used to update single Attribute based on given Attribute Request.