Uses of Class
org.javastro.ivoa.entities.vosi.availability.Availability.Builder
Packages that use Availability.Builder
-
Uses of Availability.Builder in org.javastro.ivoa.entities.vosi.availability
Methods in org.javastro.ivoa.entities.vosi.availability that return Availability.BuilderModifier and TypeMethodDescriptionAdds the given items to the value of "notes"Adds the given items to the value of "notes"static Availability.Builder<Void>Availability.builder()static Availability.Builder<Void>Availability.copyExcept(Availability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Availability.Builder.copyOf(Availability _other) Availability.Builder.copyOf(Availability.Builder _other) static <_B> Availability.Builder<_B>Availability.copyOf(Availability _other) static <_B> Availability.Builder<_B>Availability.copyOf(Availability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Availability.Builder<Void>Availability.copyOnly(Availability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Availability.newCopyBuilder()<_B> Availability.Builder<_B>Availability.newCopyBuilder(_B _parentBuilder) <_B> Availability.Builder<_B>Availability.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Availability.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Availability.Builder.withAvailable(boolean available) Sets the new value of "available" (any previous value will be replaced)Availability.Builder.withBackAt(LocalDateTime backAt) Sets the new value of "backAt" (any previous value will be replaced)Availability.Builder.withDownAt(LocalDateTime downAt) Sets the new value of "downAt" (any previous value will be replaced)Sets the new value of "notes" (any previous value will be replaced)Sets the new value of "notes" (any previous value will be replaced)Availability.Builder.withUpSince(LocalDateTime upSince) Sets the new value of "upSince" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vosi.availability with parameters of type Availability.BuilderModifier and TypeMethodDescriptionAvailability.Builder.copyOf(Availability.Builder _other) <_B> voidAvailability.copyTo(Availability.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAvailability.copyTo(Availability.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.