pinterest-java icon indicating copy to clipboard operation
pinterest-java copied to clipboard

Programatically set all fields

Open dempe opened this issue 8 years ago • 0 comments

The following is prone to error and not ideal:

    @Override
    public Fields setAll() {
        return this.setFirstName().setId().setLastName().setUrl();
    }

dempe avatar Dec 11 '15 09:12 dempe