@NotFinalAPI public interface IndirectLinkDescriptor
Modifier and Type | Method and Description |
---|---|
Set<String> |
indirectLinkNames() |
PropertiesCarrierWrapper |
propertiesDefinition()
Returns an object that may be used to define properties request for the underlying paths
topology.
|
Set<UcmdbId> |
sourceIds() |
Set<UcmdbId> |
targetIds() |
IndirectLinkDescriptor |
withIndirectLinkNames(Collection<String> names)
Clears and sets the link names collection.
|
IndirectLinkDescriptor |
withIndirectLinkNames(String... names)
Clears and sets the link names collection.
|
IndirectLinkDescriptor |
withSourceIds(Collection<UcmdbId> sourceIds)
Clears and sets the source ids collection.
|
IndirectLinkDescriptor |
withSourceIds(UcmdbId... sourceIds)
Clears and sets the source ids collection.
|
IndirectLinkDescriptor |
withTargetIds(Collection<UcmdbId> targetIds)
Clears and sets the target ids collection.
|
IndirectLinkDescriptor |
withTargetIds(UcmdbId... targetIds)
Clears and sets the target ids collection.
|
IndirectLinkDescriptor withSourceIds(Collection<UcmdbId> sourceIds)
sourceIds
- the source ids.IndirectLinkDescriptor withSourceIds(UcmdbId... sourceIds)
sourceIds
- the source ids.IndirectLinkDescriptor withIndirectLinkNames(Collection<String> names)
names
- the link names collection.IndirectLinkDescriptor withIndirectLinkNames(String... names)
names
- the link names collection.IndirectLinkDescriptor withTargetIds(Collection<UcmdbId> targetIds)
targetIds
- the target ids.IndirectLinkDescriptor withTargetIds(UcmdbId... targetIds)
targetIds
- the target ids.PropertiesCarrierWrapper propertiesDefinition()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.