Interface BatchGetCustomDataIdentifiersResponse.Builder

    • Method Detail

      • customDataIdentifiers

        BatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers​(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)

        An array of objects, one for each custom data identifier that matches the criteria specified in the request.

        Parameters:
        customDataIdentifiers - An array of objects, one for each custom data identifier that matches the criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customDataIdentifiers

        BatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers​(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)

        An array of objects, one for each custom data identifier that matches the criteria specified in the request.

        Parameters:
        customDataIdentifiers - An array of objects, one for each custom data identifier that matches the criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notFoundIdentifierIds

        BatchGetCustomDataIdentifiersResponse.Builder notFoundIdentifierIds​(Collection<String> notFoundIdentifierIds)

        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

        Parameters:
        notFoundIdentifierIds - An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notFoundIdentifierIds

        BatchGetCustomDataIdentifiersResponse.Builder notFoundIdentifierIds​(String... notFoundIdentifierIds)

        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

        Parameters:
        notFoundIdentifierIds - An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.