- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
public void testVlanStatic() { CreateVlanIPRangeOptions options = vlan(1001); assertEquals(ImmutableSet.of("1001"), options.buildQueryParameters().get("vlan")); }
public void testVlanStatic() { CreateVlanIPRangeOptions options = vlan(1001); assertEquals(ImmutableSet.of("1001"), options.buildQueryParameters().get("vlan")); }