com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity
Class BitbucketUserEntity.Builder
java.lang.Object
com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.BitbucketUserEntity.Builder
- Enclosing class:
- BitbucketUserEntity
public static class BitbucketUserEntity.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitbucketUserEntity.Builder
public BitbucketUserEntity.Builder()
username
public BitbucketUserEntity.Builder username(String username)
firstName
public BitbucketUserEntity.Builder firstName(String firstName)
lastName
public BitbucketUserEntity.Builder lastName(String lastName)
build
public BitbucketUserEntity build()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.