Interface GetObjectInformationResponse.Builder

    • Method Detail

      • schemaFacets

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

        The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

        Parameters:
        schemaFacets - The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaFacets

        GetObjectInformationResponse.Builder schemaFacets​(SchemaFacet... schemaFacets)

        The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

        Parameters:
        schemaFacets - The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIdentifier

        GetObjectInformationResponse.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.