Uses of Class
security.whisper.javastix.common.StixBoolean
Packages that use StixBoolean
Package
Description
-
Uses of StixBoolean in security.whisper.javastix.common
Methods in security.whisper.javastix.common that return StixBoolean -
Uses of StixBoolean in security.whisper.javastix.custom.objects
Methods in security.whisper.javastix.custom.objects that return StixBooleanMethods in security.whisper.javastix.custom.objects with parameters of type StixBooleanModifier and TypeMethodDescriptionfinal CustomObject.BuilderCustomObject.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final CustomObjectCustomObject.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute. -
Uses of StixBoolean in security.whisper.javastix.json
Methods in security.whisper.javastix.json that return StixBooleanModifier and TypeMethodDescriptionStixBooleanDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in security.whisper.javastix.json with parameters of type StixBooleanModifier and TypeMethodDescriptionbooleanStixBooleanSerializer.isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, StixBoolean value) voidStixBooleanSerializer.serialize(StixBoolean value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in security.whisper.javastix.json with type arguments of type StixBoolean -
Uses of StixBoolean in security.whisper.javastix.sdo.objects
Methods in security.whisper.javastix.sdo.objects that return StixBooleanModifier and TypeMethodDescriptionAttackPattern.getRevoked()Campaign.getRevoked()CourseOfAction.getRevoked()Grouping.getRevoked()Identity.getRevoked()Incident.getRevoked()Indicator.getRevoked()Infrastructure.getRevoked()IntrusionSet.getRevoked()Location.getRevoked()Malware.getRevoked()MalwareAnalysis.getRevoked()Note.getRevoked()ObservedData.getRevoked()Opinion.getRevoked()Report.getRevoked()ThreatActor.getRevoked()Tool.getRevoked()Vulnerability.getRevoked()Methods in security.whisper.javastix.sdo.objects with parameters of type StixBooleanModifier and TypeMethodDescriptionfinal AttackPattern.BuilderAttackPattern.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Campaign.BuilderCampaign.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final CourseOfAction.BuilderCourseOfAction.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Grouping.BuilderGrouping.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Identity.BuilderIdentity.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Incident.BuilderIncident.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Indicator.BuilderIndicator.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Infrastructure.BuilderInfrastructure.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final IntrusionSet.BuilderIntrusionSet.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Location.BuilderLocation.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Malware.BuilderMalware.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final MalwareAnalysis.BuilderMalwareAnalysis.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Note.BuilderNote.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final ObservedData.BuilderObservedData.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Opinion.BuilderOpinion.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Report.BuilderReport.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final ThreatActor.BuilderThreatActor.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Tool.BuilderTool.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Vulnerability.BuilderVulnerability.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final AttackPatternAttackPattern.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final CampaignCampaign.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final CourseOfActionCourseOfAction.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final GroupingGrouping.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final IdentityIdentity.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final IncidentIncident.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final IndicatorIndicator.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final InfrastructureInfrastructure.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final IntrusionSetIntrusionSet.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final LocationLocation.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final MalwareMalware.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final MalwareAnalysisMalwareAnalysis.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final NoteNote.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final ObservedDataObservedData.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final OpinionOpinion.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final ReportReport.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final ThreatActorThreatActor.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final ToolTool.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final VulnerabilityVulnerability.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute. -
Uses of StixBoolean in security.whisper.javastix.sro.objects
Methods in security.whisper.javastix.sro.objects that return StixBooleanModifier and TypeMethodDescriptionRelationship.getRevoked()Sighting.getRevoked()Sighting.isSummary()default @NotNull StixBooleanSightingSro.isSummary()Methods in security.whisper.javastix.sro.objects with parameters of type StixBooleanModifier and TypeMethodDescriptionfinal Sighting.BuilderSighting.Builder.isSummary(StixBoolean isSummary) Initializes the value for theisSummaryattribute.final Relationship.BuilderRelationship.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final Sighting.BuilderSighting.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final SightingSighting.withIsSummary(StixBoolean value) Copy the current immutable object by setting a value for theisSummaryattribute.final RelationshipRelationship.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final SightingSighting.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.