Interface GetBackendApiModelsResponse.Builder

    • Method Detail

      • models

        GetBackendApiModelsResponse.Builder models​(String models)

        Stringified JSON of the datastore model.

        Parameters:
        models - Stringified JSON of the datastore model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetBackendApiModelsResponse.Builder status​(String status)

        The current status of the request.

        Parameters:
        status - The current status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        GetBackendApiModelsResponse.Builder status​(Status status)

        The current status of the request.

        Parameters:
        status - The current status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • modelIntrospectionSchema

        GetBackendApiModelsResponse.Builder modelIntrospectionSchema​(String modelIntrospectionSchema)

        Stringified JSON of the model introspection schema for an existing backend API resource.

        Parameters:
        modelIntrospectionSchema - Stringified JSON of the model introspection schema for an existing backend API resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.