Class RestMethod.Response

  • All Implemented Interfaces:
    Cloneable, Map<String,​Object>
    Enclosing class:
    RestMethod

    public static final class RestMethod.Response
    extends com.google.api.client.json.GenericJson
    The schema for the response.
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • get$ref

        public String get$ref()
        Schema ID for the response schema.
        Returns:
        value or null for none
      • set$ref

        public RestMethod.Response set$ref​(String $ref)
        Schema ID for the response schema.
        Parameters:
        $ref - $ref or null for none
      • clone

        public RestMethod.Response clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson