public static class AvatarsManager.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
auth |
protected NetworkSession |
networkSession |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AvatarsManager.Builder |
auth(Authentication auth) |
AvatarsManager |
build() |
AvatarsManager.Builder |
networkSession(NetworkSession networkSession) |
protected Authentication auth
protected NetworkSession networkSession
public Builder()
public AvatarsManager.Builder auth(Authentication auth)
public AvatarsManager.Builder networkSession(NetworkSession networkSession)
public AvatarsManager build()