Interface BatchGetObjectInformationResponse.Builder

    • Method Detail

      • schemaFacets

        BatchGetObjectInformationResponse.Builder schemaFacets​(Collection<SchemaFacet> schemaFacets)

        The facets attached to the specified object.

        Parameters:
        schemaFacets - The facets attached to the specified object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaFacets

        BatchGetObjectInformationResponse.Builder schemaFacets​(SchemaFacet... schemaFacets)

        The facets attached to the specified object.

        Parameters:
        schemaFacets - The facets attached to the specified object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIdentifier

        BatchGetObjectInformationResponse.Builder objectIdentifier​(String objectIdentifier)

        The ObjectIdentifier of the specified object.

        Parameters:
        objectIdentifier - The ObjectIdentifier of the specified object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.