Uses of Class
com.skava.model.exchange.Attribute
Packages that use Attribute
Package
Description
This package contains the user response model classes.
This package contains the controller classes.
-
Uses of Attribute in com.skava.model.exchange
Methods in com.skava.model.exchange that return Attribute -
Uses of Attribute in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type AttributeModifierConstructorDescriptionAttributeAPIResponse
(String codeSuccess, String msgSuccess, Attribute attributeResponse) Instantiates a new AttributeAPIResponse.Constructor parameters in com.skava.model.responses with type arguments of type AttributeModifierConstructorDescriptionAttributesAPIResponse
(List<Attribute> attributeResponse, PageableInfo pageable) -
Uses of Attribute in com.skava.web
Methods in com.skava.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, @Valid 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, @Valid Attribute request) This method is used to update single Attribute based on given Attribute Request.Methods in com.skava.web with parameters of type AttributeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Attribute>
AttributeController.createAttribute
(String locale, String version, long storeId, Long collectionId, String authToken, @Valid 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, @Valid Attribute request) This method is used to update single Attribute based on given Attribute Request.