Uses of Class
com.skava.accounts.model.exchange.Team
Packages that use Team
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of Team in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return Team -
Uses of Team in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type TeamModifierConstructorDescriptionTeamAPIResponse
(String codeSuccess, String msgSuccess, Team teamResponse) Instantiates a new Team API Response.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type TeamModifierConstructorDescriptionTeamsAPIResponse
(List<Team> teamResponse, PageableInfo pageable) Instantiates a new Teams API Response. -
Uses of Team in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type TeamModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Team>
TeamController.createTeam
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, Team request) This method is used to create Team based on given Team Request.org.springframework.http.ResponseEntity<Team>
TeamController.deActivateTeamById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id) This method is used to deactivate single Team based on given Team Request.org.springframework.http.ResponseEntity<Team>
TeamController.getTeamById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id) This method is used to load single Team based on given Team Request.org.springframework.http.ResponseEntity<Team>
TeamController.updateTeamById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, Team request) This method is used to update single Team based on given Team Request.Methods in com.skava.accounts.web with parameters of type TeamModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Team>
TeamController.createTeam
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, Team request) This method is used to create Team based on given Team Request.org.springframework.http.ResponseEntity<Team>
TeamController.updateTeamById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, Team request) This method is used to update single Team based on given Team Request.