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