Package com.ebay.sdk.call

Examples of com.ebay.sdk.call.GetCategory2CSCall.addDetailLevel()


    }
   
     private String getCurrentAttributeSystemVersion() throws ApiException, SdkException, Exception {
       GetCategory2CSCall api = new GetCategory2CSCall(apiContext);
        api.addDetailLevel(DetailLevelCodeType.RETURN_SUMMARY);
        api.getCategory2CS();
       
        return api.getReturnedAttributeSystemVersion()
     }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.