BatchReadSuccessfulResponse class

Represents the output of a BatchRead success response operation.

Constructors

BatchReadSuccessfulResponse({BatchGetLinkAttributesResponse? getLinkAttributes, BatchGetObjectAttributesResponse? getObjectAttributes, BatchGetObjectInformationResponse? getObjectInformation, BatchListAttachedIndicesResponse? listAttachedIndices, BatchListIncomingTypedLinksResponse? listIncomingTypedLinks, BatchListIndexResponse? listIndex, BatchListObjectAttributesResponse? listObjectAttributes, BatchListObjectChildrenResponse? listObjectChildren, BatchListObjectParentPathsResponse? listObjectParentPaths, BatchListObjectPoliciesResponse? listObjectPolicies, BatchListOutgoingTypedLinksResponse? listOutgoingTypedLinks, BatchListPolicyAttachmentsResponse? listPolicyAttachments, BatchLookupPolicyResponse? lookupPolicy})
BatchReadSuccessfulResponse.fromJson(Map<String, dynamic> json)
factory

Properties

getLinkAttributes BatchGetLinkAttributesResponse?
The list of attributes to retrieve from the typed link.
final
getObjectAttributes BatchGetObjectAttributesResponse?
Retrieves attributes within a facet that are associated with an object.
final
getObjectInformation BatchGetObjectInformationResponse?
Retrieves metadata about an object.
final
hashCode int
The hash code for this object.
no setterinherited
listAttachedIndices BatchListAttachedIndicesResponse?
Lists indices attached to an object.
final
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 link.
final
listIndex BatchListIndexResponse?
Lists objects attached to the specified index.
final
listObjectAttributes BatchListObjectAttributesResponse?
Lists all attributes that are associated with an object.
final
listObjectChildren BatchListObjectChildrenResponse?
Returns a paginated list of child objects that are associated with a given object.
final
listObjectParentPaths BatchListObjectParentPathsResponse?
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.
final
listObjectPolicies BatchListObjectPoliciesResponse?
Returns policies attached to an object in pagination fashion.
final
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 link.
final
listPolicyAttachments BatchListPolicyAttachmentsResponse?
Returns all of the ObjectIdentifiers to which a given policy is attached.
final
lookupPolicy BatchLookupPolicyResponse?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited