Uses of Class
org.eclipse.ditto.things.model.ThingId
-
Packages that use ThingId Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing.org.eclipse.ditto.things.model.signals.acks org.eclipse.ditto.things.model.signals.commands org.eclipse.ditto.things.model.signals.commands.exceptions org.eclipse.ditto.things.model.signals.commands.modify org.eclipse.ditto.things.model.signals.commands.query org.eclipse.ditto.things.model.signals.events -
-
Uses of ThingId in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingId Modifier and Type Method Description static ThingIdThingId. generateRandom()Generates a new thing ID with the default namespace placeholder and a unique name.static ThingIdThingBuilder. generateRandomTypedThingId()Generates a random Thing ID without namespace.ThingIdWithThingId. getEntityId()static ThingIdThingId. inDefaultNamespace(java.lang.String name)Returns an instance of this class with default namespace placeholder.static ThingIdThingId. of(java.lang.CharSequence thingId)Returns an instance of this class based on the given CharSequence.static ThingIdThingId. of(java.lang.String namespace, java.lang.String name)Returns an instance of this class with the given namespace and name.Methods in org.eclipse.ditto.things.model that return types with arguments of type ThingId Modifier and Type Method Description java.util.Optional<ThingId>Thing. getEntityId()Methods in org.eclipse.ditto.things.model with parameters of type ThingId Modifier and Type Method Description static PolicyIdMissingExceptionPolicyIdMissingException. fromThingIdOnCreate(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newPolicyIdMissingExceptionobject with an exception message for a thing-create scenario.static PolicyIdMissingExceptionPolicyIdMissingException. fromThingIdOnUpdate(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newPolicyIdMissingExceptionobject with an exception message for a thing-update scenario.ThingBuilder.FromCopyThingBuilder.FromCopy. setId(java.util.function.Predicate<ThingId> existingIdPredicate, ThingId thingId)Sets the given Thing ID to this builder.default ThingBuilder.FromCopyThingBuilder.FromCopy. setId(ThingId thingId)Sets the given Thing ID to this builder.ThingBuilder.FromScratchThingBuilder.FromScratch. setId(ThingId thingId)Sets the given Thing ID to this builder.Method parameters in org.eclipse.ditto.things.model with type arguments of type ThingId Modifier and Type Method Description ThingBuilder.FromCopyThingBuilder.FromCopy. setGeneratedId(java.util.function.Predicate<ThingId> existingIdPredicate)Sets a generated Thing ID to this builder.ThingBuilder.FromCopyThingBuilder.FromCopy. setId(java.util.function.Predicate<ThingId> existingIdPredicate, ThingId thingId)Sets the given Thing ID to this builder. -
Uses of ThingId in org.eclipse.ditto.things.model.signals.acks
Methods in org.eclipse.ditto.things.model.signals.acks with parameters of type ThingId Modifier and Type Method Description static org.eclipse.ditto.base.model.signals.acks.AcknowledgementThingAcknowledgementFactory. newAcknowledgement(org.eclipse.ditto.base.model.acks.AcknowledgementLabel label, ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newAcknowledgementinstance.static org.eclipse.ditto.base.model.signals.acks.AcknowledgementThingAcknowledgementFactory. newAcknowledgement(org.eclipse.ditto.base.model.acks.AcknowledgementLabel label, ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.json.JsonValue payload)Returns a newAcknowledgementinstance. -
Uses of ThingId in org.eclipse.ditto.things.model.signals.commands
Methods in org.eclipse.ditto.things.model.signals.commands that return ThingId Modifier and Type Method Description default ThingIdThingCommandResponse. getEntityId()ThingIdThingErrorResponse. getEntityId()Methods in org.eclipse.ditto.things.model.signals.commands with parameters of type ThingId Modifier and Type Method Description static ThingErrorResponseThingErrorResponse. of(ThingId thingId, org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException)Creates a newThingErrorResponsefor the specifieddittoRuntimeException.static ThingErrorResponseThingErrorResponse. of(ThingId thingId, org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a newThingErrorResponsefor the specifieddittoRuntimeException. -
Uses of ThingId in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions with parameters of type ThingId Modifier and Type Method Description static AttributeNotAccessibleException.BuilderAttributeNotAccessibleException. newBuilder(ThingId thingId, org.eclipse.ditto.json.JsonPointer jsonPointer)A mutable builder for aAttributeNotAccessibleException.static AttributeNotModifiableException.BuilderAttributeNotModifiableException. newBuilder(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePath)A mutable builder for aAttributeNotModifiableException.static AttributesNotAccessibleException.BuilderAttributesNotAccessibleException. newBuilder(ThingId thingId)A mutable builder for aAttributesNotAccessibleException.static AttributesNotModifiableException.BuilderAttributesNotModifiableException. newBuilder(ThingId thingId)A mutable builder for aAttributesNotModifiableException.static EventSendNotAllowedException.BuilderEventSendNotAllowedException. newBuilder(ThingId thingId)A mutable builder for aMessageNotSendableException.static FeatureDefinitionNotAccessibleException.BuilderFeatureDefinitionNotAccessibleException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeatureDefinitionNotAccessibleException.static FeatureDefinitionNotModifiableException.BuilderFeatureDefinitionNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeatureDefinitionNotModifiableException.static FeatureDesiredPropertiesNotAccessibleException.BuilderFeatureDesiredPropertiesNotAccessibleException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeatureDesiredPropertiesNotAccessibleException.static FeatureDesiredPropertiesNotModifiableException.BuilderFeatureDesiredPropertiesNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeatureDesiredPropertiesNotModifiableException.static FeatureDesiredPropertyNotAccessibleException.BuilderFeatureDesiredPropertyNotAccessibleException. newBuilder(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer)A mutable builder for aFeatureDesiredPropertyNotAccessibleException.static FeatureDesiredPropertyNotModifiableException.BuilderFeatureDesiredPropertyNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer)A mutable builder for aFeatureDesiredPropertyNotModifiableException.static FeatureNotAccessibleException.BuilderFeatureNotAccessibleException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeatureNotAccessibleException.static FeatureNotModifiableException.BuilderFeatureNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeatureNotModifiableException.static FeaturePropertiesNotAccessibleException.BuilderFeaturePropertiesNotAccessibleException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeaturePropertiesNotAccessibleException.static FeaturePropertiesNotModifiableException.BuilderFeaturePropertiesNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId)A mutable builder for aFeaturePropertiesNotModifiableException.static FeaturePropertyNotAccessibleException.BuilderFeaturePropertyNotAccessibleException. newBuilder(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer)A mutable builder for aFeaturePropertyNotAccessibleException.static FeaturePropertyNotModifiableException.BuilderFeaturePropertyNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer)A mutable builder for aFeaturePropertyNotModifiableException.static FeaturesNotAccessibleException.BuilderFeaturesNotAccessibleException. newBuilder(ThingId thingId)A mutable builder for aFeaturesNotAccessibleException.static FeaturesNotModifiableException.BuilderFeaturesNotModifiableException. newBuilder(ThingId thingId)A mutable builder for aFeaturesNotModifiableException.static PoliciesConflictingException.BuilderPoliciesConflictingException. newBuilder(ThingId thingId)A mutable builder for aPolicyNotAllowedException.static PolicyIdNotAccessibleException.BuilderPolicyIdNotAccessibleException. newBuilder(ThingId thingId)A mutable builder for aPolicyIdNotAccessibleException.static PolicyIdNotAllowedException.BuilderPolicyIdNotAllowedException. newBuilder(ThingId thingId)A mutable builder for aPolicyIdNotAllowedException.static PolicyIdNotModifiableException.BuilderPolicyIdNotModifiableException. newBuilder(ThingId thingId)A mutable builder for aPolicyIdNotModifiableException.static PolicyInvalidException.BuilderPolicyInvalidException. newBuilder(java.util.Collection<java.lang.String> permissions, ThingId thingId)A mutable builder for aPolicyInvalidException.static PolicyNotAllowedException.BuilderPolicyNotAllowedException. newBuilder(ThingId thingId)A mutable builder for aPolicyNotAllowedException.static ThingConflictException.BuilderThingConflictException. newBuilder(ThingId thingId)A mutable builder for aThingConflictException.static ThingDefinitionNotAccessibleException.BuilderThingDefinitionNotAccessibleException. newBuilder(ThingId thingId)A mutable builder for aThingDefinitionNotAccessibleException.static ThingDefinitionNotModifiableException.BuilderThingDefinitionNotModifiableException. newBuilder(ThingId thingId)A mutable builder for aThingDefinitionNotModifiableException.static ThingNotAccessibleException.BuilderThingNotAccessibleException. newBuilder(ThingId thingId)A mutable builder for aThingNotAccessibleException.static ThingNotDeletableException.BuilderThingNotDeletableException. newBuilder(ThingId thingId)A mutable builder for aThingNotDeletableException.static ThingNotModifiableException.BuilderThingNotModifiableException. newBuilder(ThingId thingId)A mutable builder for aThingNotModifiableException.static ThingTooManyModifyingRequestsException.BuilderThingTooManyModifyingRequestsException. newBuilder(ThingId thingId)A mutable builder for aThingTooManyModifyingRequestsException.static ThingUnavailableException.BuilderThingUnavailableException. newBuilder(ThingId thingId)A mutable builder for aThingUnavailableException.static PolicyInvalidException.BuilderPolicyInvalidException. newBuilderForCause(java.lang.Throwable cause, ThingId thingId)A mutable builder for aPolicyInvalidExceptioncaused by some other error.static ThingNotCreatableException.BuilderThingNotCreatableException. newBuilderForPolicyExisting(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId)A mutable builder for aThingNotCreatableExceptionthrown if a Thing could not be created because the creation of its implicit Policy failed.static ThingNotCreatableException.BuilderThingNotCreatableException. newBuilderForPolicyMissing(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId)A mutable builder for aThingNotCreatableExceptionthrown if a Thing could not be created because a referenced Policy in the Thing to be created is missing.Constructors in org.eclipse.ditto.things.model.signals.commands.exceptions with parameters of type ThingId Constructor Description ThingNotAccessibleException(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingNotAccessibleExceptionobject. -
Uses of ThingId in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ThingId Modifier and Type Method Description ThingIdCreateThing. getEntityId()ThingIdCreateThingResponse. getEntityId()ThingIdDeleteAttribute. getEntityId()ThingIdDeleteAttributeResponse. getEntityId()ThingIdDeleteAttributes. getEntityId()ThingIdDeleteAttributesResponse. getEntityId()ThingIdDeleteFeature. getEntityId()ThingIdDeleteFeatureDefinition. getEntityId()ThingIdDeleteFeatureDefinitionResponse. getEntityId()ThingIdDeleteFeatureDesiredProperties. getEntityId()ThingIdDeleteFeatureDesiredPropertiesResponse. getEntityId()ThingIdDeleteFeatureDesiredProperty. getEntityId()ThingIdDeleteFeatureDesiredPropertyResponse. getEntityId()ThingIdDeleteFeatureProperties. getEntityId()ThingIdDeleteFeaturePropertiesResponse. getEntityId()ThingIdDeleteFeatureProperty. getEntityId()ThingIdDeleteFeaturePropertyResponse. getEntityId()ThingIdDeleteFeatureResponse. getEntityId()ThingIdDeleteFeatures. getEntityId()ThingIdDeleteFeaturesResponse. getEntityId()ThingIdDeleteThing. getEntityId()ThingIdDeleteThingDefinition. getEntityId()ThingIdDeleteThingDefinitionResponse. getEntityId()ThingIdDeleteThingResponse. getEntityId()ThingIdMergeThing. getEntityId()ThingIdMergeThingResponse. getEntityId()ThingIdModifyAttribute. getEntityId()ThingIdModifyAttributeResponse. getEntityId()ThingIdModifyAttributes. getEntityId()ThingIdModifyAttributesResponse. getEntityId()ThingIdModifyFeature. getEntityId()ThingIdModifyFeatureDefinition. getEntityId()ThingIdModifyFeatureDefinitionResponse. getEntityId()ThingIdModifyFeatureDesiredProperties. getEntityId()ThingIdModifyFeatureDesiredPropertiesResponse. getEntityId()ThingIdModifyFeatureDesiredProperty. getEntityId()ThingIdModifyFeatureDesiredPropertyResponse. getEntityId()ThingIdModifyFeatureProperties. getEntityId()ThingIdModifyFeaturePropertiesResponse. getEntityId()ThingIdModifyFeatureProperty. getEntityId()ThingIdModifyFeaturePropertyResponse. getEntityId()ThingIdModifyFeatureResponse. getEntityId()ThingIdModifyFeatures. getEntityId()ThingIdModifyFeaturesResponse. getEntityId()ThingIdModifyPolicyId. getEntityId()ThingIdModifyPolicyIdResponse. getEntityId()ThingIdModifyThing. getEntityId()ThingIdModifyThingDefinition. getEntityId()ThingIdModifyThingDefinitionResponse. getEntityId()ThingIdModifyThingResponse. getEntityId()Methods in org.eclipse.ditto.things.model.signals.commands.modify with parameters of type ThingId Modifier and Type Method Description static ModifyAttributeResponseModifyAttributeResponse. created(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyAttributeResponsefor a created Attribute.static ModifyAttributesResponseModifyAttributesResponse. created(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyAttributesResponsefor a created Attributes.static ModifyFeatureDefinitionResponseModifyFeatureDefinitionResponse. created(ThingId thingId, java.lang.String featureId, FeatureDefinition definitionCreated, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureDefinitionResponsefor a created FeatureDefinition.static ModifyFeatureDesiredPropertiesResponseModifyFeatureDesiredPropertiesResponse. created(ThingId thingId, java.lang.CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureDesiredPropertiesResponsefor created desired properties of aFeature.static ModifyFeatureDesiredPropertyResponseModifyFeatureDesiredPropertyResponse. created(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.json.JsonValue desiredValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureDesiredPropertyResponsefor a created desired property.static ModifyFeaturePropertiesResponseModifyFeaturePropertiesResponse. created(ThingId thingId, java.lang.String featureId, FeatureProperties featureProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeaturePropertiesResponsefor a created FeatureProperties.static ModifyFeaturePropertyResponseModifyFeaturePropertyResponse. created(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer featurePropertyPointer, org.eclipse.ditto.json.JsonValue featureValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeaturePropertyResponsefor a created FeatureProperty.static ModifyFeatureResponseModifyFeatureResponse. created(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureResponsefor a created Feature.static ModifyFeaturesResponseModifyFeaturesResponse. created(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeaturesResponsefor a created Feature.static ModifyPolicyIdResponseModifyPolicyIdResponse. created(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyPolicyIdResponsefor a created Policy ID.static ModifyThingDefinitionResponseModifyThingDefinitionResponse. created(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyThingDefinitionResponsefor a created definition.static ModifyAttributeResponseModifyAttributeResponse. modified(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyAttributeResponsefor a modified Attribute.static ModifyAttributesResponseModifyAttributesResponse. modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyAttributesResponsefor a modified Attributes.static ModifyFeatureDefinitionResponseModifyFeatureDefinitionResponse. modified(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureDefinitionResponsefor a modified FeatureDefinition.static ModifyFeatureDesiredPropertiesResponseModifyFeatureDesiredPropertiesResponse. modified(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureDesiredPropertiesResponsefor modified desired properties of aFeature.static ModifyFeatureDesiredPropertyResponseModifyFeatureDesiredPropertyResponse. modified(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureDesiredPropertyResponsefor a modified desired property.static ModifyFeaturePropertiesResponseModifyFeaturePropertiesResponse. modified(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeaturePropertiesResponsefor a modified FeatureProperties.static ModifyFeaturePropertyResponseModifyFeaturePropertyResponse. modified(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer featurePropertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeaturePropertyResponsefor a modified FeatureProperty.static ModifyFeatureResponseModifyFeatureResponse. modified(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeatureResponsefor a modified Feature.static ModifyFeaturesResponseModifyFeaturesResponse. modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyFeaturesResponsefor a modified Feature.static ModifyPolicyIdResponseModifyPolicyIdResponse. modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyPolicyIdResponsefor a modified Policy ID.static ModifyThingDefinitionResponseModifyThingDefinitionResponse. modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyThingDefinitionResponsefor a modified definition.static ModifyThingResponseModifyThingResponse. modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newModifyThingResponsefor a modified Thing.static DeleteAttributeDeleteAttribute. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributeJsonPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for deleting a Thing's attribute which can be accessed with the given authorization context.static DeleteAttributeResponseDeleteAttributeResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteAttributecommand.static DeleteAttributesDeleteAttributes. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Thing's Attributes.static DeleteAttributesResponseDeleteAttributesResponse. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteAttributescommand.static DeleteFeatureDeleteFeature. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a new Feature on a Thing.static DeleteFeatureDefinitionDeleteFeatureDefinition. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's Definition on a Thing.static DeleteFeatureDefinitionResponseDeleteFeatureDefinitionResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeatureDefinitioncommand.static DeleteFeatureDesiredPropertiesDeleteFeatureDesiredProperties. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's desired properties on a Thing.static DeleteFeatureDesiredPropertiesResponseDeleteFeatureDesiredPropertiesResponse. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeatureDesiredPropertiescommand.static DeleteFeatureDesiredPropertyDeleteFeatureDesiredProperty. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's desired property on a Thing.static DeleteFeatureDesiredPropertyResponseDeleteFeatureDesiredPropertyResponse. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeatureDesiredPropertycommand.static DeleteFeaturePropertiesDeleteFeatureProperties. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's Properties on a Thing.static DeleteFeaturePropertiesResponseDeleteFeaturePropertiesResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturePropertiescommand.static DeleteFeaturePropertyDeleteFeatureProperty. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's Property on a Thing.static DeleteFeaturePropertyResponseDeleteFeaturePropertyResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturePropertycommand.static DeleteFeatureResponseDeleteFeatureResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturecommand.static DeleteFeaturesDeleteFeatures. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting all Features of a Thing.static DeleteFeaturesResponseDeleteFeaturesResponse. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturescommand.static DeleteThingDeleteThing. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for deleting a Thing.static DeleteThingDefinitionDeleteThingDefinition. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Thing's Definition.static DeleteThingDefinitionResponseDeleteThingDefinitionResponse. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteThingDefinitioncommand.static DeleteThingResponseDeleteThingResponse. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteThingcommand.static MergeThingMergeThing. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer path, org.eclipse.ditto.json.JsonValue value, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the givenpathandvalue.static MergeThingResponseMergeThingResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer path, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command response for merged thing.static ModifyAttributeModifyAttribute. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributeJsonPointer, org.eclipse.ditto.json.JsonValue newAttributeValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying an attribute which is passed as argument.static ModifyAttributesModifyAttributes. of(ThingId thingId, Attributes newAttributesObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying an attributes object which is passed as argument.static ModifyFeatureModifyFeature. of(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature on a Thing.static ModifyFeatureDefinitionModifyFeatureDefinition. of(ThingId thingId, java.lang.String featureId, FeatureDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature's Definition on a Thing.static ModifyFeatureDesiredPropertiesModifyFeatureDesiredProperties. of(ThingId thingId, java.lang.CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature's desired properties on a Thing.static ModifyFeatureDesiredPropertyModifyFeatureDesiredProperty. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature's desired property on a Thing.static ModifyFeaturePropertiesModifyFeatureProperties. of(ThingId thingId, java.lang.String featureId, FeatureProperties properties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature's Properties on a Thing.static ModifyFeaturePropertyModifyFeatureProperty. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, org.eclipse.ditto.json.JsonValue propertyValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature's Property on a Thing.static ModifyFeaturesModifyFeatures. of(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying the Features of a Thing.static ModifyPolicyIdModifyPolicyId. of(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying a Policy ID which is passed as argument.static ModifyThingModifyThing. of(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonObject initialPolicy, java.lang.String policyIdOrPlaceholder, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying a thing which is passed as argument.static ModifyThingModifyThing. of(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonObject initialPolicy, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying a thing which is passed as argument.static ModifyThingDefinitionModifyThingDefinition. of(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying a definition which is passed as argument.static MergeThingMergeThing. withAttribute(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePath, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the givenattributePathandattributeValue.static MergeThingMergeThing. withAttributes(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the givenattributes.static ModifyThingModifyThing. withCopiedPolicy(ThingId thingId, Thing thing, java.lang.String policyIdOrPlaceholder, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying a thing which is passed as argument.static MergeThingMergeThing. withFeature(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the givenfeature.static MergeThingMergeThing. withFeatureDefinition(ThingId thingId, java.lang.String featureId, FeatureDefinition featureDefinition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the feature identified bythingIdandfeatureIdwith the givenfeatureDefinition.static MergeThingMergeThing. withFeatureDesiredProperties(ThingId thingId, java.lang.String featureId, FeatureProperties desiredFeatureProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the feature identified bythingIdandfeatureIdwith the givendesiredFeatureProperties.static MergeThingMergeThing. withFeatureDesiredProperty(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyPath, org.eclipse.ditto.json.JsonValue propertyValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the feature identified bythingIdandfeatureIdwith the givenpropertyPathandpropertyValue.static MergeThingMergeThing. withFeatureProperties(ThingId thingId, java.lang.String featureId, FeatureProperties featureProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the feature identified bythingIdandfeatureIdwith the givenfeatureProperties.static MergeThingMergeThing. withFeatureProperty(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyPath, org.eclipse.ditto.json.JsonValue propertyValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the feature identified bythingIdandfeatureIdwith the givenpropertyPathandpropertyValue.static MergeThingMergeThing. withFeatures(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the givenfeatures.static MergeThingMergeThing. withPolicyId(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the givenpolicyId.static MergeThingMergeThing. withThing(ThingId thingId, Thing thing, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the giventhing.static MergeThingMergeThing. withThingDefinition(ThingId thingId, ThingDefinition thingDefinition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a command for merging the thing identified bythingIdwith the giventhingDefinition. -
Uses of ThingId in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return ThingId Modifier and Type Method Description ThingIdRetrieveAttribute. getEntityId()ThingIdRetrieveAttributeResponse. getEntityId()ThingIdRetrieveAttributes. getEntityId()ThingIdRetrieveAttributesResponse. getEntityId()ThingIdRetrieveFeature. getEntityId()ThingIdRetrieveFeatureDefinition. getEntityId()ThingIdRetrieveFeatureDefinitionResponse. getEntityId()ThingIdRetrieveFeatureDesiredProperties. getEntityId()ThingIdRetrieveFeatureDesiredPropertiesResponse. getEntityId()ThingIdRetrieveFeatureDesiredProperty. getEntityId()ThingIdRetrieveFeatureDesiredPropertyResponse. getEntityId()ThingIdRetrieveFeatureProperties. getEntityId()ThingIdRetrieveFeaturePropertiesResponse. getEntityId()ThingIdRetrieveFeatureProperty. getEntityId()ThingIdRetrieveFeaturePropertyResponse. getEntityId()ThingIdRetrieveFeatureResponse. getEntityId()ThingIdRetrieveFeatures. getEntityId()ThingIdRetrieveFeaturesResponse. getEntityId()ThingIdRetrievePolicyId. getEntityId()ThingIdRetrievePolicyIdResponse. getEntityId()ThingIdRetrieveThing. getEntityId()ThingIdRetrieveThingDefinition. getEntityId()ThingIdRetrieveThingDefinitionResponse. getEntityId()ThingIdRetrieveThingResponse. getEntityId()Methods in org.eclipse.ditto.things.model.signals.commands.query that return types with arguments of type ThingId Modifier and Type Method Description java.util.List<ThingId>RetrieveThings. getEntityIds()Returns an unmodifiable unsorted List of the identifiers of theThings to be retrieved.Methods in org.eclipse.ditto.things.model.signals.commands.query with parameters of type ThingId Modifier and Type Method Description static RetrieveThing.BuilderRetrieveThing. getBuilder(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a builder with a fluent API for an immutableRetrieveThinginstance.static RetrieveThings.BuilderRetrieveThings. getBuilder(ThingId... thingIds)Returns a builder for a command for retrieving the Things.static RetrieveAttributeRetrieveAttribute. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributeJsonPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for retrieving an attribute of a Thing with the given ID.static RetrieveAttributeResponseRetrieveAttributeResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveAttributecommand.static RetrieveAttributesRetrieveAttributes. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for retrieving the attributes of a Thing with the given ID.static RetrieveAttributesRetrieveAttributes. of(ThingId thingId, org.eclipse.ditto.json.JsonFieldSelector selectedFields, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for retrieving an attribute of a Thing with the given ID.static RetrieveAttributesResponseRetrieveAttributesResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveAttributescommand.static RetrieveAttributesResponseRetrieveAttributesResponse. of(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveAttributescommand.static RetrieveFeatureRetrieveFeature. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature with the given ID of a Thing.static RetrieveFeatureRetrieveFeature. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonFieldSelector selectedFields, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature with the given ID of a Thing.static RetrieveFeatureDefinitionRetrieveFeatureDefinition. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature's Definition on a Thing.static RetrieveFeatureDefinitionResponseRetrieveFeatureDefinitionResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonArray definitionJsonArray, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeatureDefinitioncommand.static RetrieveFeatureDefinitionResponseRetrieveFeatureDefinitionResponse. of(ThingId thingId, java.lang.String featureId, FeatureDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeatureDefinitioncommand.static RetrieveFeatureDesiredPropertiesRetrieveFeatureDesiredProperties. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonFieldSelector selectedFields, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving aFeature's desired properties on a Thing.static RetrieveFeatureDesiredPropertiesRetrieveFeatureDesiredProperties. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving aFeature's desired properties on a Thing.static RetrieveFeatureDesiredPropertiesResponseRetrieveFeatureDesiredPropertiesResponse. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeatureDesiredPropertiescommand.static RetrieveFeatureDesiredPropertiesResponseRetrieveFeatureDesiredPropertiesResponse. of(ThingId thingId, java.lang.CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeatureDesiredPropertiescommand.static RetrieveFeatureDesiredPropertyRetrieveFeatureDesiredProperty. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature's desired property on a Thing.static RetrieveFeatureDesiredPropertyResponseRetrieveFeatureDesiredPropertyResponse. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeatureDesiredPropertycommand.static RetrieveFeaturePropertiesRetrieveFeatureProperties. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature's Properties on a Thing.static RetrieveFeaturePropertiesRetrieveFeatureProperties. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonFieldSelector selectedFields, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature's Properties on a Thing.static RetrieveFeaturePropertiesResponseRetrieveFeaturePropertiesResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturePropertiescommand.static RetrieveFeaturePropertiesResponseRetrieveFeaturePropertiesResponse. of(ThingId thingId, java.lang.String featureId, FeatureProperties featureProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturePropertiescommand.static RetrieveFeaturePropertyRetrieveFeatureProperty. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving a Feature's Property on a Thing.static RetrieveFeaturePropertyResponseRetrieveFeaturePropertyResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer featurePropertyPointer, org.eclipse.ditto.json.JsonValue featurePropertyValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturePropertycommand.static RetrieveFeatureResponseRetrieveFeatureResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturecommand.static RetrieveFeatureResponseRetrieveFeatureResponse. of(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturecommand.static RetrieveFeaturesRetrieveFeatures. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving all Features of a Thing.static RetrieveFeaturesRetrieveFeatures. of(ThingId thingId, org.eclipse.ditto.json.JsonFieldSelector selectedFields, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving all Features of a Thing.static RetrieveFeaturesResponseRetrieveFeaturesResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturescommand.static RetrieveFeaturesResponseRetrieveFeaturesResponse. of(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveFeaturescommand.static RetrievePolicyIdRetrievePolicyId. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for retrieving the Policy ID of a Thing with the given ID.static RetrievePolicyIdResponseRetrievePolicyIdResponse. of(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrievePolicyIdcommand.static RetrieveThingRetrieveThing. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving the Thing with the given ID.static RetrieveThingDefinitionRetrieveThingDefinition. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for retrieving the Definition of a Thing with the given ID.static RetrieveThingDefinitionResponseRetrieveThingDefinitionResponse. of(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveThingDefinitioncommand.static RetrieveThingResponseRetrieveThingResponse. of(ThingId thingId, java.lang.String thingPlainJson, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveThingcommand.static RetrieveThingResponseRetrieveThingResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonObject thing, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveThingcommand.static RetrieveThingResponseRetrieveThingResponse. of(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonFieldSelector fieldSelector, java.util.function.Predicate<org.eclipse.ditto.json.JsonField> predicate, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aRetrieveThingcommand.Method parameters in org.eclipse.ditto.things.model.signals.commands.query with type arguments of type ThingId Modifier and Type Method Description static RetrieveThings.BuilderRetrieveThings. getBuilder(java.util.List<ThingId> thingIds)Returns a builder for a command for retrieving the Things. -
Uses of ThingId in org.eclipse.ditto.things.model.signals.events
Methods in org.eclipse.ditto.things.model.signals.events that return ThingId Modifier and Type Method Description ThingIdAbstractThingEvent. getEntityId()Methods in org.eclipse.ditto.things.model.signals.events with parameters of type ThingId Modifier and Type Method Description static AttributeCreatedAttributeCreated. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAttributeCreatedobject.static AttributeDeletedAttributeDeleted. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAttributeDeletedobject.static AttributeModifiedAttributeModified. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAttributeModifiedobject.static AttributesCreatedAttributesCreated. of(ThingId thingId, Attributes createdAttributes, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAttributesCreatedobject.static AttributesDeletedAttributesDeleted. of(ThingId thingId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAttributesDeletedobject.static AttributesModifiedAttributesModified. of(ThingId thingId, Attributes modifiedAttributes, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAttributesModifiedobject.static FeatureCreatedFeatureCreated. of(ThingId thingId, Feature feature, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureCreatedobject.static FeatureDefinitionCreatedFeatureDefinitionCreated. of(ThingId thingId, java.lang.String featureId, FeatureDefinition definition, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDefinitionCreatedobject.static FeatureDefinitionDeletedFeatureDefinitionDeleted. of(ThingId thingId, java.lang.String featureId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDefinitionDeletedobject.static FeatureDefinitionModifiedFeatureDefinitionModified. of(ThingId thingId, java.lang.String featureId, FeatureDefinition definition, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDefinitionModifiedobject.static FeatureDeletedFeatureDeleted. of(ThingId thingId, java.lang.String featureId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDeletedobject.static FeatureDesiredPropertiesCreatedFeatureDesiredPropertiesCreated. of(ThingId thingId, java.lang.CharSequence featureId, FeatureProperties desiredProperties, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDesiredPropertiesCreatedobject.static FeatureDesiredPropertiesDeletedFeatureDesiredPropertiesDeleted. of(ThingId thingId, java.lang.CharSequence featureId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDesiredPropertiesDeletedobject.static FeatureDesiredPropertiesModifiedFeatureDesiredPropertiesModified. of(ThingId thingId, java.lang.CharSequence featureId, FeatureProperties desiredProperties, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDesiredPropertiesModifiedobject.static FeatureDesiredPropertyCreatedFeatureDesiredPropertyCreated. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDesiredPropertyCreatedobject.static FeatureDesiredPropertyDeletedFeatureDesiredPropertyDeleted. of(ThingId thingId, java.lang.CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDesiredPropertyDeletedobject.static FeatureDesiredPropertyModifiedFeatureDesiredPropertyModified. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureDesiredPropertyModifiedobject.static FeatureModifiedFeatureModified. of(ThingId thingId, Feature feature, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeatureModifiedobject.static FeaturePropertiesCreatedFeaturePropertiesCreated. of(ThingId thingId, java.lang.String featureId, FeatureProperties properties, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newPropertiesCreatedobject.static FeaturePropertiesDeletedFeaturePropertiesDeleted. of(ThingId thingId, java.lang.String featureId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newPropertiesDeletedobject.static FeaturePropertiesModifiedFeaturePropertiesModified. of(ThingId thingId, java.lang.String featureId, FeatureProperties properties, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newPropertiesModifiedobject.static FeaturePropertyCreatedFeaturePropertyCreated. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, org.eclipse.ditto.json.JsonValue propertyValue, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeaturePropertyCreatedobject.static FeaturePropertyDeletedFeaturePropertyDeleted. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newPropertyDeletedobject.static FeaturePropertyModifiedFeaturePropertyModified. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, org.eclipse.ditto.json.JsonValue propertyValue, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeaturePropertyModifiedobject.static FeaturesCreatedFeaturesCreated. of(ThingId thingId, Features features, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeaturesCreatedobject.static FeaturesDeletedFeaturesDeleted. of(ThingId thingId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeaturesDeletedobject.static FeaturesModifiedFeaturesModified. of(ThingId thingId, Features features, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newFeaturesModifiedobject.static PolicyIdModifiedPolicyIdModified. of(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Creates a newPolicyIdModifiedobject.static ThingDefinitionCreatedThingDefinitionCreated. of(ThingId thingId, ThingDefinition definition, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newThingDefinitionCreatedobject.static ThingDefinitionDeletedThingDefinitionDeleted. of(ThingId thingId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newThingDefinitionDeletedobject.static ThingDefinitionModifiedThingDefinitionModified. of(ThingId thingId, ThingDefinition definition, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newThingDefinitionModifiedobject.static ThingDeletedThingDeleted. of(ThingId thingId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newThingDeletedobject.static ThingMergedThingMerged. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer path, org.eclipse.ditto.json.JsonValue value, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Creates an event of merged thing.Constructors in org.eclipse.ditto.things.model.signals.events with parameters of type ThingId Constructor Description AbstractThingEvent(java.lang.String type, ThingId thingId, long revision, java.time.Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata)Constructs a newAbstractThingEventobject.
-