public class UpdateCurrentShowcaseMasterFromGitHubRequest extends Gs2BasicRequest<UpdateCurrentShowcaseMasterFromGitHubRequest>
| Constructor and Description |
|---|
UpdateCurrentShowcaseMasterFromGitHubRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateCurrentShowcaseMasterFromGitHubRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GitHubCheckoutSetting |
getCheckoutSetting() |
String |
getNamespaceName() |
void |
setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateCurrentShowcaseMasterFromGitHubRequest |
withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
UpdateCurrentShowcaseMasterFromGitHubRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic UpdateCurrentShowcaseMasterFromGitHubRequest()
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateCurrentShowcaseMasterFromGitHubRequest withNamespaceName(String namespaceName)
public GitHubCheckoutSetting getCheckoutSetting()
public void setCheckoutSetting(GitHubCheckoutSetting checkoutSetting)
public UpdateCurrentShowcaseMasterFromGitHubRequest withCheckoutSetting(GitHubCheckoutSetting checkoutSetting)
public static UpdateCurrentShowcaseMasterFromGitHubRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.