Package io.gs2.ranking.request
Class UpdateCurrentRankingMasterFromGitHubRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateCurrentRankingMasterFromGitHubRequest>
io.gs2.ranking.request.UpdateCurrentRankingMasterFromGitHubRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateCurrentRankingMasterFromGitHubRequest
extends Gs2BasicRequest<UpdateCurrentRankingMasterFromGitHubRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetCheckoutSetting(GitHubCheckoutSetting checkoutSetting) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateCurrentRankingMasterFromGitHubRequest
public UpdateCurrentRankingMasterFromGitHubRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getCheckoutSetting
-
setCheckoutSetting
-
withCheckoutSetting
public UpdateCurrentRankingMasterFromGitHubRequest withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) -
fromJson
public static UpdateCurrentRankingMasterFromGitHubRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-