Uses of Interface
security.whisper.javastix.sdo.objects.ObservedDataSdo
Packages that use ObservedDataSdo
Package
Description
-
Uses of ObservedDataSdo in security.whisper.javastix.graph.sdo
Methods in security.whisper.javastix.graph.sdo that return ObservedDataSdoConstructors in security.whisper.javastix.graph.sdo with parameters of type ObservedDataSdo -
Uses of ObservedDataSdo in security.whisper.javastix.sdo.objects
Classes in security.whisper.javastix.sdo.objects that implement ObservedDataSdoMethods in security.whisper.javastix.sdo.objects with parameters of type ObservedDataSdoModifier and TypeMethodDescriptionstatic ObservedDataObservedData.copyOf(ObservedDataSdo instance) Creates an immutable copy of aObservedDataSdovalue.final ObservedData.BuilderObservedData.Builder.from(ObservedDataSdo instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.objects.ObservedDataSdoinstance. -
Uses of ObservedDataSdo in security.whisper.javastix.sro.objects
Methods in security.whisper.javastix.sro.objects that return types with arguments of type ObservedDataSdoModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<ObservedDataSdo> Sighting.getObservedDataRefs()default Set<ObservedDataSdo> SightingSro.getObservedDataRefs()Methods in security.whisper.javastix.sro.objects with parameters of type ObservedDataSdoModifier and TypeMethodDescriptionfinal Sighting.BuilderSighting.Builder.addObservedDataRef(ObservedDataSdo element) Adds one element toobservedDataRefsset.final Sighting.BuilderSighting.Builder.addObservedDataRefs(ObservedDataSdo... elements) Adds elements toobservedDataRefsset.final SightingSighting.withObservedDataRefs(ObservedDataSdo... elements) Copy the current immutable object with elements that replace the content ofobservedDataRefs.Method parameters in security.whisper.javastix.sro.objects with type arguments of type ObservedDataSdoModifier and TypeMethodDescriptionfinal Sighting.BuilderSighting.Builder.addAllObservedDataRefs(Iterable<? extends ObservedDataSdo> elements) Adds elements toobservedDataRefsset.final Sighting.BuilderSighting.Builder.observedDataRefs(Iterable<? extends ObservedDataSdo> elements) Sets or replaces all elements forobservedDataRefsset.final SightingSighting.withObservedDataRefs(Iterable<? extends ObservedDataSdo> elements) Copy the current immutable object with elements that replace the content ofobservedDataRefs.