Class BatchReadSuccessfulResponse

    • Method Detail

      • listObjectAttributes

        public final BatchListObjectAttributesResponse listObjectAttributes()

        Lists all attributes that are associated with an object.

        Returns:
        Lists all attributes that are associated with an object.
      • listObjectChildren

        public final BatchListObjectChildrenResponse listObjectChildren()

        Returns a paginated list of child objects that are associated with a given object.

        Returns:
        Returns a paginated list of child objects that are associated with a given object.
      • getObjectInformation

        public final BatchGetObjectInformationResponse getObjectInformation()

        Retrieves metadata about an object.

        Returns:
        Retrieves metadata about an object.
      • getObjectAttributes

        public final BatchGetObjectAttributesResponse getObjectAttributes()

        Retrieves attributes within a facet that are associated with an object.

        Returns:
        Retrieves attributes within a facet that are associated with an object.
      • listAttachedIndices

        public final BatchListAttachedIndicesResponse listAttachedIndices()

        Lists indices attached to an object.

        Returns:
        Lists indices attached to an object.
      • listObjectParentPaths

        public final BatchListObjectParentPathsResponse listObjectParentPaths()

        Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

        Returns:
        Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.
      • listObjectPolicies

        public final BatchListObjectPoliciesResponse listObjectPolicies()

        Returns policies attached to an object in pagination fashion.

        Returns:
        Returns policies attached to an object in pagination fashion.
      • listPolicyAttachments

        public final BatchListPolicyAttachmentsResponse listPolicyAttachments()

        Returns all of the ObjectIdentifiers to which a given policy is attached.

        Returns:
        Returns all of the ObjectIdentifiers to which a given policy is attached.
      • lookupPolicy

        public final BatchLookupPolicyResponse lookupPolicy()

        Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

        Returns:
        Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.
      • listIndex

        public final BatchListIndexResponse listIndex()

        Lists objects attached to the specified index.

        Returns:
        Lists objects attached to the specified index.
      • listOutgoingTypedLinks

        public final BatchListOutgoingTypedLinksResponse listOutgoingTypedLinks()

        Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

        Returns:
        Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
      • listIncomingTypedLinks

        public final BatchListIncomingTypedLinksResponse listIncomingTypedLinks()

        Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

        Returns:
        Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
      • getLinkAttributes

        public final BatchGetLinkAttributesResponse getLinkAttributes()

        The list of attributes to retrieve from the typed link.

        Returns:
        The list of attributes to retrieve from the typed link.
      • listObjectParents

        public final BatchListObjectParentsResponse listObjectParents()

        The list of parent objects to retrieve.

        Returns:
        The list of parent objects to retrieve.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)