Class DeleteGatheringRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DeleteGatheringRequest>
io.gs2.matchmaking.request.DeleteGatheringRequest
All Implemented Interfaces:
IRequest, Serializable

public class DeleteGatheringRequest extends Gs2BasicRequest<DeleteGatheringRequest>
See Also:
  • Constructor Details

    • DeleteGatheringRequest

      public DeleteGatheringRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public DeleteGatheringRequest withNamespaceName(String namespaceName)
    • getGatheringName

      public String getGatheringName()
    • setGatheringName

      public void setGatheringName(String gatheringName)
    • withGatheringName

      public DeleteGatheringRequest withGatheringName(String gatheringName)
    • fromJson

      public static DeleteGatheringRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()