Class DoTakeOverRequest

All Implemented Interfaces:
IRequest, Serializable

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

    • DoTakeOverRequest

      public DoTakeOverRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public DoTakeOverRequest withNamespaceName(String namespaceName)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • withType

      public DoTakeOverRequest withType(Integer type)
    • getUserIdentifier

      public String getUserIdentifier()
    • setUserIdentifier

      public void setUserIdentifier(String userIdentifier)
    • withUserIdentifier

      public DoTakeOverRequest withUserIdentifier(String userIdentifier)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • withPassword

      public DoTakeOverRequest withPassword(String password)
    • fromJson

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

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