Uses of Class
org.eclipse.ditto.things.model.ThingId
Packages that use ThingId
-
Uses of ThingId in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingIdModifier and TypeMethodDescriptionstatic ThingIdThingId.generateRandom()Generates a new thing ID with the default namespace placeholder and a unique name.static ThingIdThingId.generateRandom(String namespace) Generates a new thing ID with the specified namespace placeholder or a default namespace if null is passed along with a unique namestatic ThingIdThingBuilder.generateRandomTypedThingId()Generates a random Thing ID without namespace.static ThingIdThingBuilder.generateRandomTypedThingId(String namespace) Generates a random Thing ID with a specified namespaceWithThingId.getEntityId()static ThingIdThingId.inDefaultNamespace(String name) Returns an instance of this class with default namespace placeholder.static ThingIdThingId.inNamespaceWithRandomName(String namespace) Generates a thing ID with a random unique name inside the given namespace.static ThingIdThingId.of(CharSequence thingId) Returns an instance of this class based on the given CharSequence.static ThingIdReturns 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 ThingIdMethods in org.eclipse.ditto.things.model with parameters of type ThingIdModifier and TypeMethodDescriptionstatic 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.Sets the given Thing ID to this builder.default ThingBuilder.FromCopySets the given Thing ID to this builder.Sets the given Thing ID to this builder.Method parameters in org.eclipse.ditto.things.model with type arguments of type ThingIdModifier and TypeMethodDescriptionThingBuilder.FromCopy.setGeneratedId(Predicate<ThingId> existingIdPredicate) Sets a generated Thing ID to this builder.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 ThingIdModifier and TypeMethodDescriptionstatic 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 ThingIdMethods in org.eclipse.ditto.things.model.signals.commands with parameters of type ThingIdModifier and TypeMethodDescriptionstatic 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 ThingIdModifier and TypeMethodDescriptionAttributeNotAccessibleException.newBuilder(ThingId thingId, org.eclipse.ditto.json.JsonPointer jsonPointer) A mutable builder for aAttributeNotAccessibleException.AttributeNotModifiableException.newBuilder(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePath) A mutable builder for aAttributeNotModifiableException.AttributesNotAccessibleException.newBuilder(ThingId thingId) A mutable builder for aAttributesNotAccessibleException.AttributesNotModifiableException.newBuilder(ThingId thingId) A mutable builder for aAttributesNotModifiableException.EventSendNotAllowedException.newBuilder(ThingId thingId) A mutable builder for aMessageNotSendableException.FeatureDefinitionNotAccessibleException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeatureDefinitionNotAccessibleException.FeatureDefinitionNotModifiableException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeatureDefinitionNotModifiableException.FeatureDesiredPropertiesNotAccessibleException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeatureDesiredPropertiesNotAccessibleException.FeatureDesiredPropertiesNotModifiableException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeatureDesiredPropertiesNotModifiableException.FeatureDesiredPropertyNotAccessibleException.newBuilder(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer) A mutable builder for aFeatureDesiredPropertyNotAccessibleException.FeatureDesiredPropertyNotModifiableException.newBuilder(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer) A mutable builder for aFeatureDesiredPropertyNotModifiableException.FeatureNotAccessibleException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeatureNotAccessibleException.FeatureNotModifiableException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeatureNotModifiableException.FeaturePropertiesNotAccessibleException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeaturePropertiesNotAccessibleException.FeaturePropertiesNotModifiableException.newBuilder(ThingId thingId, String featureId) A mutable builder for aFeaturePropertiesNotModifiableException.FeaturePropertyNotAccessibleException.newBuilder(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer) A mutable builder for aFeaturePropertyNotAccessibleException.FeaturePropertyNotModifiableException.newBuilder(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer) A mutable builder for aFeaturePropertyNotModifiableException.FeaturesNotAccessibleException.newBuilder(ThingId thingId) A mutable builder for aFeaturesNotAccessibleException.FeaturesNotModifiableException.newBuilder(ThingId thingId) A mutable builder for aFeaturesNotModifiableException.PoliciesConflictingException.newBuilder(ThingId thingId) A mutable builder for aPolicyNotAllowedException.PolicyIdNotAccessibleException.newBuilder(ThingId thingId) A mutable builder for aPolicyIdNotAccessibleException.PolicyIdNotAllowedException.newBuilder(ThingId thingId) A mutable builder for aPolicyIdNotAllowedException.PolicyIdNotModifiableException.newBuilder(ThingId thingId) A mutable builder for aPolicyIdNotModifiableException.PolicyInvalidException.newBuilder(Collection<String> permissions, ThingId thingId) A mutable builder for aPolicyInvalidException.PolicyNotAllowedException.newBuilder(ThingId thingId) A mutable builder for aPolicyNotAllowedException.ThingConflictException.newBuilder(ThingId thingId) A mutable builder for aThingConflictException.ThingDefinitionNotAccessibleException.newBuilder(ThingId thingId) A mutable builder for aThingDefinitionNotAccessibleException.ThingDefinitionNotModifiableException.newBuilder(ThingId thingId) A mutable builder for aThingDefinitionNotModifiableException.ThingHistoryNotAccessibleException.newBuilder(ThingId thingId, long revision) A mutable builder for aThingHistoryNotAccessibleException.ThingHistoryNotAccessibleException.newBuilder(ThingId thingId, Instant timestamp) A mutable builder for aThingHistoryNotAccessibleException.ThingNotAccessibleException.newBuilder(ThingId thingId) A mutable builder for aThingNotAccessibleException.ThingNotDeletableException.newBuilder(ThingId thingId) A mutable builder for aThingNotDeletableException.ThingNotModifiableException.newBuilder(ThingId thingId) A mutable builder for aThingNotModifiableException.ThingTooManyModifyingRequestsException.newBuilder(ThingId thingId) A mutable builder for aThingTooManyModifyingRequestsException.ThingUnavailableException.newBuilder(ThingId thingId) A mutable builder for aThingUnavailableException.PolicyInvalidException.newBuilderForCause(Throwable cause, ThingId thingId) A mutable builder for aPolicyInvalidExceptioncaused by some other error.ThingNotCreatableException.newBuilderForOtherReason(org.eclipse.ditto.base.model.common.HttpStatus httpStatus, ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, String reason) A mutable builder for aThingNotCreatableExceptionthrown if a Thing could not be created because the creation of its implicit Policy failed due to a reason passed asreason.ThingNotCreatableException.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.ThingNotCreatableException.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 ThingIdModifierConstructorDescriptionThingNotAccessibleException(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 ThingIdModifier and TypeMethodDescriptionCreateThing.getEntityId()CreateThingResponse.getEntityId()DeleteAttribute.getEntityId()DeleteAttributeResponse.getEntityId()DeleteAttributes.getEntityId()DeleteAttributesResponse.getEntityId()DeleteFeature.getEntityId()DeleteFeatureDefinition.getEntityId()DeleteFeatureDefinitionResponse.getEntityId()DeleteFeatureDesiredProperties.getEntityId()DeleteFeatureDesiredPropertiesResponse.getEntityId()DeleteFeatureDesiredProperty.getEntityId()DeleteFeatureDesiredPropertyResponse.getEntityId()DeleteFeatureProperties.getEntityId()DeleteFeaturePropertiesResponse.getEntityId()DeleteFeatureProperty.getEntityId()DeleteFeaturePropertyResponse.getEntityId()DeleteFeatureResponse.getEntityId()DeleteFeatures.getEntityId()DeleteFeaturesResponse.getEntityId()DeleteThing.getEntityId()DeleteThingDefinition.getEntityId()DeleteThingDefinitionResponse.getEntityId()DeleteThingResponse.getEntityId()MergeThing.getEntityId()MergeThingResponse.getEntityId()ModifyAttribute.getEntityId()ModifyAttributeResponse.getEntityId()ModifyAttributes.getEntityId()ModifyAttributesResponse.getEntityId()ModifyFeature.getEntityId()ModifyFeatureDefinition.getEntityId()ModifyFeatureDefinitionResponse.getEntityId()ModifyFeatureDesiredProperties.getEntityId()ModifyFeatureDesiredPropertiesResponse.getEntityId()ModifyFeatureDesiredProperty.getEntityId()ModifyFeatureDesiredPropertyResponse.getEntityId()ModifyFeatureProperties.getEntityId()ModifyFeaturePropertiesResponse.getEntityId()ModifyFeatureProperty.getEntityId()ModifyFeaturePropertyResponse.getEntityId()ModifyFeatureResponse.getEntityId()ModifyFeatures.getEntityId()ModifyFeaturesResponse.getEntityId()ModifyPolicyId.getEntityId()ModifyPolicyIdResponse.getEntityId()ModifyThing.getEntityId()ModifyThingDefinition.getEntityId()ModifyThingDefinitionResponse.getEntityId()ModifyThingResponse.getEntityId()Methods in org.eclipse.ditto.things.model.signals.commands.modify with parameters of type ThingIdModifier and TypeMethodDescriptionstatic 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.ModifyFeatureDefinitionResponse.created(ThingId thingId, String featureId, FeatureDefinition definitionCreated, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDefinitionResponsefor a created FeatureDefinition.ModifyFeatureDesiredPropertiesResponse.created(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertiesResponsefor created desired properties of aFeature.ModifyFeatureDesiredPropertyResponse.created(ThingId thingId, 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.ModifyFeaturePropertiesResponse.created(ThingId thingId, String featureId, FeatureProperties featureProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeaturePropertiesResponsefor a created FeatureProperties.ModifyFeaturePropertyResponse.created(ThingId thingId, 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.ModifyThingDefinitionResponse.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.ModifyFeatureDefinitionResponse.modified(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDefinitionResponsefor a modified FeatureDefinition.ModifyFeatureDesiredPropertiesResponse.modified(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertiesResponsefor modified desired properties of aFeature.ModifyFeatureDesiredPropertyResponse.modified(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertyResponsefor a modified desired property.ModifyFeaturePropertiesResponse.modified(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeaturePropertiesResponsefor a modified FeatureProperties.ModifyFeaturePropertyResponse.modified(ThingId thingId, 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, 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.ModifyThingDefinitionResponse.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 DeleteAttributeResponseDeleteAttributeResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteAttributeResponsefor the specified arguments.static DeleteAttributesResponseDeleteAttributesResponse.newInstance(ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteAttributesResponsefor the specified arguments.DeleteFeatureDefinitionResponse.newInstance(ThingId thingId, String featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeatureDefinitionResponsefor the specified arguments.DeleteFeatureDesiredPropertiesResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeatureDesiredPropertiesResponsefor the specified arguments.DeleteFeatureDesiredPropertyResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeatureDesiredPropertyResponsefor the specified arguments.DeleteFeaturePropertiesResponse.newInstance(ThingId thingId, String featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeaturePropertiesResponsefor the specified arguments.DeleteFeaturePropertyResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeaturePropertyResponsefor the specified arguments.static DeleteFeatureResponseDeleteFeatureResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeatureResponsefor the specified arguments.static DeleteFeaturesResponseDeleteFeaturesResponse.newInstance(ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeaturesResponsefor the specified arguments.DeleteThingDefinitionResponse.newInstance(ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteThingDefinitionResponsefor the specified arguments.static DeleteThingResponseDeleteThingResponse.newInstance(ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteThingResponsefor the specified arguments.static MergeThingResponseMergeThingResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonPointer path, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofMergeThingResponsefor the specified arguments.static ModifyAttributeResponseModifyAttributeResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyAttributeResponsefor the specified arguments.static ModifyAttributesResponseModifyAttributesResponse.newInstance(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyAttributesResponsefor the specified arguments.ModifyFeatureDefinitionResponse.newInstance(ThingId thingId, String featureId, FeatureDefinition definitionCreated, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureDefinitionResponsefor the specified arguments.ModifyFeatureDesiredPropertiesResponse.newInstance(ThingId thingId, CharSequence featureId, FeatureProperties desiredPropertiesCreated, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureDesiredPropertiesResponsefor the specified arguments.ModifyFeatureDesiredPropertyResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureDesiredPropertyResponsefor the specified arguments.ModifyFeaturePropertiesResponse.newInstance(ThingId thingId, String featureId, FeatureProperties featurePropertiesCreated, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeaturePropertiesResponsefor the specified arguments.ModifyFeaturePropertyResponse.newInstance(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer featurePropertyPointer, org.eclipse.ditto.json.JsonValue featurePropertyValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeaturePropertyResponsefor the specified arguments.static ModifyFeatureResponseModifyFeatureResponse.newInstance(ThingId thingId, Feature feature, String featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureResponsefor the specified arguments.static ModifyFeaturesResponseModifyFeaturesResponse.newInstance(ThingId thingId, Features features, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeaturesResponsefor the specified arguments.static ModifyPolicyIdResponseModifyPolicyIdResponse.newInstance(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyPolicyIdResponsefor the specified arguments.ModifyThingDefinitionResponse.newInstance(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyThingDefinitionResponsefor the specified arguments.static ModifyThingResponseModifyThingResponse.newInstance(ThingId thingId, Thing thingCreated, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyThingResponsefor the specified arguments.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, 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, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for deleting a Feature's Definition on a Thing.DeleteFeatureDefinitionResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeatureDefinitioncommand.DeleteFeatureDesiredProperties.of(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for deleting a Feature's desired properties on a Thing.DeleteFeatureDesiredPropertiesResponse.of(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeatureDesiredPropertiescommand.static DeleteFeatureDesiredPropertyDeleteFeatureDesiredProperty.of(ThingId thingId, 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.DeleteFeatureDesiredPropertyResponse.of(ThingId thingId, 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, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for deleting a Feature's Properties on a Thing.DeleteFeaturePropertiesResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturePropertiescommand.static DeleteFeaturePropertyDeleteFeatureProperty.of(ThingId thingId, 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.DeleteFeaturePropertyResponse.of(ThingId thingId, 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, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturecommand.static DeleteFeaturesReturns 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 DeleteThingReturns 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.DeleteThingDefinitionResponse.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, String featureId, FeatureDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for modifying a Feature's Definition on a Thing.ModifyFeatureDesiredProperties.of(ThingId thingId, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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.withThing(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonObject initialPolicy, String policyIdOrPlaceholder, 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 ThingIdModifier and TypeMethodDescriptionRetrieveAttribute.getEntityId()RetrieveAttributeResponse.getEntityId()RetrieveAttributes.getEntityId()RetrieveAttributesResponse.getEntityId()RetrieveFeature.getEntityId()RetrieveFeatureDefinition.getEntityId()RetrieveFeatureDefinitionResponse.getEntityId()RetrieveFeatureDesiredProperties.getEntityId()RetrieveFeatureDesiredPropertiesResponse.getEntityId()RetrieveFeatureDesiredProperty.getEntityId()RetrieveFeatureDesiredPropertyResponse.getEntityId()RetrieveFeatureProperties.getEntityId()RetrieveFeaturePropertiesResponse.getEntityId()RetrieveFeatureProperty.getEntityId()RetrieveFeaturePropertyResponse.getEntityId()RetrieveFeatureResponse.getEntityId()RetrieveFeatures.getEntityId()RetrieveFeaturesResponse.getEntityId()RetrievePolicyId.getEntityId()RetrievePolicyIdResponse.getEntityId()RetrieveThing.getEntityId()RetrieveThingDefinition.getEntityId()RetrieveThingDefinitionResponse.getEntityId()RetrieveThingResponse.getEntityId()RetrieveWotThingDescriptionResponse.getEntityId()Methods in org.eclipse.ditto.things.model.signals.commands.query that return types with arguments of type ThingIdModifier and TypeMethodDescriptionRetrieveThings.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 ThingIdModifier and TypeMethodDescriptionstatic 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 RetrieveAttributeResponseRetrieveAttributeResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveAttributeResponsefor the specified arguments.static RetrieveAttributesResponseRetrieveAttributesResponse.newInstance(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveAttributesResponsefor the specified arguments.RetrieveFeatureDefinitionResponse.newInstance(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonArray definitionJsonArray, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeatureDefinitionResponsefor the specified arguments.RetrieveFeatureDesiredPropertiesResponse.newInstance(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeatureDesiredPropertiesResponsefor the specified arguments.RetrieveFeatureDesiredPropertyResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.json.JsonValue propertyValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeatureDesiredPropertyResponsefor the specified arguments.RetrieveFeaturePropertiesResponse.newInstance(ThingId thingId, String featureId, FeatureProperties featureProperties, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeaturePropertiesResponsefor the specified arguments.RetrieveFeaturePropertyResponse.newInstance(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.json.JsonValue propertyValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeaturePropertyResponsefor the specified arguments.static RetrieveFeatureResponseRetrieveFeatureResponse.newInstance(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeatureResponsefor the specified arguments.static RetrieveFeaturesResponseRetrieveFeaturesResponse.newInstance(ThingId thingId, Features features, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeaturesResponsefor the specified arguments.static RetrievePolicyIdResponseRetrievePolicyIdResponse.newInstance(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrievePolicyIdResponsefor the specified arguments.RetrieveThingDefinitionResponse.newInstance(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveThingDefinitionResponsefor the specified arguments.static RetrieveThingResponseRetrieveThingResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonObject thing, String thingPlainJson, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveThingResponsefor the specified arguments.RetrieveWotThingDescriptionResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonObject td, String tdPlainJson, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveThingResponsefor the specified arguments.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, 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, 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, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for retrieving a Feature's Definition on a Thing.RetrieveFeatureDefinitionResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonArray definitionJsonArray, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeatureDefinitioncommand.RetrieveFeatureDefinitionResponse.of(ThingId thingId, String featureId, FeatureDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeatureDefinitioncommand.RetrieveFeatureDesiredProperties.of(ThingId thingId, 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.RetrieveFeatureDesiredProperties.of(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for retrieving aFeature's desired properties on a Thing.RetrieveFeatureDesiredPropertiesResponse.of(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeatureDesiredPropertiescommand.RetrieveFeatureDesiredPropertiesResponse.of(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeatureDesiredPropertiescommand.RetrieveFeatureDesiredProperty.of(ThingId thingId, 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.RetrieveFeatureDesiredPropertyResponse.of(ThingId thingId, 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, 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, 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.RetrieveFeaturePropertiesResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturePropertiescommand.RetrieveFeaturePropertiesResponse.of(ThingId thingId, String featureId, FeatureProperties featureProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturePropertiescommand.static RetrieveFeaturePropertyRetrieveFeatureProperty.of(ThingId thingId, 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.RetrieveFeaturePropertyResponse.of(ThingId thingId, 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, 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 RetrieveThingReturns 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.RetrieveThingDefinitionResponse.of(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingDefinitioncommand.static RetrieveThingResponseRetrieveThingResponse.of(ThingId thingId, 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, Predicate<org.eclipse.ditto.json.JsonField> predicate, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand.RetrieveWotThingDescriptionResponse.of(ThingId thingId, String tdPlainJson, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand returning the Thing Description (TD).RetrieveWotThingDescriptionResponse.of(ThingId thingId, org.eclipse.ditto.json.JsonObject td, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand returning the Thing Description (TD).Method parameters in org.eclipse.ditto.things.model.signals.commands.query with type arguments of type ThingIdModifier and TypeMethodDescriptionstatic RetrieveThings.BuilderRetrieveThings.getBuilder(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 ThingIdMethods in org.eclipse.ditto.things.model.signals.events with parameters of type ThingIdModifier and TypeMethodDescriptionstatic AttributeCreatedAttributeCreated.of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, long revision, 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, 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, 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, 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, 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, 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, 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, String featureId, FeatureDefinition definition, long revision, 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, String featureId, long revision, 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, String featureId, FeatureDefinition definition, long revision, 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, String featureId, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDeletedobject.FeatureDesiredPropertiesCreated.of(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDesiredPropertiesCreatedobject.FeatureDesiredPropertiesDeleted.of(ThingId thingId, CharSequence featureId, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDesiredPropertiesDeletedobject.FeatureDesiredPropertiesModified.of(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDesiredPropertiesModifiedobject.FeatureDesiredPropertyCreated.of(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDesiredPropertyCreatedobject.FeatureDesiredPropertyDeleted.of(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDesiredPropertyDeletedobject.FeatureDesiredPropertyModified.of(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyJsonPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, long revision, 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, 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, String featureId, FeatureProperties properties, long revision, 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, String featureId, long revision, 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, String featureId, FeatureProperties properties, long revision, 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, String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, org.eclipse.ditto.json.JsonValue propertyValue, long revision, 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, String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, long revision, 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, String featureId, org.eclipse.ditto.json.JsonPointer propertyJsonPointer, org.eclipse.ditto.json.JsonValue propertyValue, long revision, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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 ThingIdModifierConstructorDescriptionprotectedAbstractThingEvent(String type, ThingId thingId, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newAbstractThingEventobject.