Class ListGameCustomAvatarsResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.avatars.types.ListGameCustomAvatarsResponse.Builder
-
- Enclosing class:
- ListGameCustomAvatarsResponse
public static final class ListGameCustomAvatarsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListGameCustomAvatarsResponse.BuilderaddAllCustomAvatars(java.util.List<CustomAvatarSummary> customAvatars)ListGameCustomAvatarsResponse.BuilderaddCustomAvatars(CustomAvatarSummary customAvatars)ListGameCustomAvatarsResponsebuild()ListGameCustomAvatarsResponse.BuildercustomAvatars(java.util.List<CustomAvatarSummary> customAvatars)ListGameCustomAvatarsResponse.Builderfrom(ListGameCustomAvatarsResponse other)
-
-
-
Method Detail
-
from
public ListGameCustomAvatarsResponse.Builder from(ListGameCustomAvatarsResponse other)
-
customAvatars
public ListGameCustomAvatarsResponse.Builder customAvatars(java.util.List<CustomAvatarSummary> customAvatars)
-
addCustomAvatars
public ListGameCustomAvatarsResponse.Builder addCustomAvatars(CustomAvatarSummary customAvatars)
-
addAllCustomAvatars
public ListGameCustomAvatarsResponse.Builder addAllCustomAvatars(java.util.List<CustomAvatarSummary> customAvatars)
-
build
public ListGameCustomAvatarsResponse build()
-
-