Uses of Class
org.netxms.client.ObjectUrl
-
Packages that use ObjectUrl Package Description org.netxms.client org.netxms.client.objects -
-
Uses of ObjectUrl in org.netxms.client
Methods in org.netxms.client that return types with arguments of type ObjectUrl Modifier and Type Method Description List<ObjectUrl>NXCObjectModificationData. getUrls()Method parameters in org.netxms.client with type arguments of type ObjectUrl Modifier and Type Method Description voidNXCObjectModificationData. setUrls(List<ObjectUrl> urls)Set URL list -
Uses of ObjectUrl in org.netxms.client.objects
Fields in org.netxms.client.objects with type parameters of type ObjectUrl Modifier and Type Field Description protected List<ObjectUrl>AbstractObject. urlsMethods in org.netxms.client.objects that return types with arguments of type ObjectUrl Modifier and Type Method Description List<ObjectUrl>AbstractObject. getUrls()Get associated URLs
-