Interface EndpointBatchRequest.Builder

    • Method Detail

      • item

        EndpointBatchRequest.Builder item​(Collection<EndpointBatchItem> item)

        An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.

        Parameters:
        item - An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • item

        EndpointBatchRequest.Builder item​(EndpointBatchItem... item)

        An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.

        Parameters:
        item - An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.