Ascio DNS
Enumeration SearchOperatorType
Property |
---|
Is |
IsNot |
Like |
NotLike |
LessThan |
GreaterThan |
package ascio.AscioDns.examples;
import com.groupnbt._2010._10._30.Dns.DnsService.*;
public class SearchOperatorTypeExample {
public static SearchOperatorType main() {
SearchOperatorType searchOperatorType = new SearchOperatorType();
searchOperatorType.setIs(.Is);
searchOperatorType.setIsNot(.IsNot);
searchOperatorType.setLike(.Like);
searchOperatorType.setNotLike(.NotLike);
searchOperatorType.setLessThan(.LessThan);
searchOperatorType.setGreaterThan(.GreaterThan);
return searchOperatorType;package ascio.AscioDns.examples;
import com.groupnbt._2010._10._30.Dns.DnsService.*;
public class SearchOperatorTypeExample {
public static SearchOperatorType main() {
SearchOperatorType searchOperatorType = new SearchOperatorType();
searchOperatorType.setIs(.Is);
searchOperatorType.setIsNot(.IsNot);
searchOperatorType.setLike(.Like);
searchOperatorType.setNotLike(.NotLike);
searchOperatorType.setLessThan(.LessThan);
searchOperatorType.setGreaterThan(.GreaterThan);
WSDL AscioDns
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.