Custom Task Guide

Custom Task Guide

Add the getVendor Method

Add the getVendor Method

The getVendor method returns the vendor name (or the author name) of the task. Listed below is the code snippet with this new method:
@Override public String getVendor() { return "Example, Inc."; }

0 COMMENTS

We’d like to hear from you!