Package io.fabric8.openshift.api.model
Interface DNSZoneFluent<A extends DNSZoneFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DNSZoneStatusFluent.DnsZoneNested<N>
- All Known Implementing Classes:
DNSZoneBuilder,DNSZoneFluentImpl,DNSZoneStatusFluentImpl.DnsZoneNestedImpl
public interface DNSZoneFluent<A extends DNSZoneFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToTags(String key, String value)AaddToTags(Map<String,String> map)StringgetId()Map<String,String>getTags()BooleanhasId()BooleanhasTags()AremoveFromTags(String key)AremoveFromTags(Map<String,String> map)AwithId(String id)AwithNewId(String arg1)AwithNewId(StringBuffer arg1)AwithNewId(StringBuilder arg1)AwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
getId
String getId()
-
hasId
Boolean hasId()
-
withNewId
A withNewId(StringBuilder arg1)
-
withNewId
A withNewId(StringBuffer arg1)
-
hasTags
Boolean hasTags()
-
-