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