Uses of Class
com.mypurecloud.sdk.v2.model.Dependency
Packages that use Dependency
-
Uses of Dependency in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DependencyModifier and TypeMethodDescriptionThe dependency identifierDependency.stateUnknown(Boolean stateUnknown) Dependency.type(Dependency.TypeEnum type) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyObject.getConsumedResources()DependencyObject.getConsumingResources()ConsumedResourcesEntityListing.getEntities()ConsumingResourcesEntityListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type DependencyModifier and TypeMethodDescriptionDependencyObject.consumedResources(List<Dependency> consumedResources) DependencyObject.consumingResources(List<Dependency> consumingResources) ConsumedResourcesEntityListing.entities(List<Dependency> entities) ConsumingResourcesEntityListing.entities(List<Dependency> entities) voidDependencyObject.setConsumedResources(List<Dependency> consumedResources) voidDependencyObject.setConsumingResources(List<Dependency> consumingResources) voidConsumedResourcesEntityListing.setEntities(List<Dependency> entities) voidConsumingResourcesEntityListing.setEntities(List<Dependency> entities)