A B C D E G H I L M P Q R S U V 
All Classes All Packages

A

addMetadata(String, DigitalTwinPropertyMetadata) - Method in class com.azure.digitaltwins.core.BasicDigitalTwinComponent
Sets the model metadata.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Adds a pipeline policy to apply on each request sent.
addProperty(String, Object) - Method in class com.azure.digitaltwins.core.BasicRelationship
Adds an additional custom property to this model.
addPropertyMetadata(String, DigitalTwinPropertyMetadata) - Method in class com.azure.digitaltwins.core.BasicDigitalTwinMetadata
Adds an additional custom property to the digital twin.
addToContents(String, Object) - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Adds an additional custom property to the digital twin contents.
addToContents(String, Object) - Method in class com.azure.digitaltwins.core.BasicDigitalTwinComponent
Adds additional custom property to the component's contents.

B

BasicDigitalTwin - Class in com.azure.digitaltwins.core
An optional, helper class for deserializing a digital twin.
BasicDigitalTwin(String) - Constructor for class com.azure.digitaltwins.core.BasicDigitalTwin
Construct a basic digital twin.
BasicDigitalTwinComponent - Class in com.azure.digitaltwins.core
Properties on a component that adhere to a specific model.
BasicDigitalTwinComponent() - Constructor for class com.azure.digitaltwins.core.BasicDigitalTwinComponent
 
BasicDigitalTwinMetadata - Class in com.azure.digitaltwins.core
An optional, helper class for deserializing a digital twin.
BasicDigitalTwinMetadata() - Constructor for class com.azure.digitaltwins.core.BasicDigitalTwinMetadata
Creates an instance of digital twin metadata.
BasicRelationship - Class in com.azure.digitaltwins.core
Although relationships have a user-defined schema, these properties should exist on every instance.
BasicRelationship(String, String, String, String) - Constructor for class com.azure.digitaltwins.core.BasicRelationship
Construct a basic digital twin relationship.
buildAsyncClient() - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Create a DigitalTwinsAsyncClient based on the builder settings.
buildClient() - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Create a DigitalTwinsClient based on the builder settings.

C

clientOptions(ClientOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
com.azure.digitaltwins.core - package com.azure.digitaltwins.core
Package containing the classes for AzureDigitalTwinsAPI.
com.azure.digitaltwins.core.models - package com.azure.digitaltwins.core.models
Package containing classes for AzureDigitalTwinsAPI.
configuration(Configuration) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the configuration store that is used during construction of the service client.
createModels(Iterable<String>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Creates one or many models.
createModels(Iterable<String>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Creates one or many models.
createModelsWithResponse(Iterable<String>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Creates one or many models.
createModelsWithResponse(Iterable<String>, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Creates one or many models.
createOrReplaceDigitalTwin(String, T, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Creates a digital twin.
createOrReplaceDigitalTwin(String, T, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Creates a digital twin.
CreateOrReplaceDigitalTwinOptions - Class in com.azure.digitaltwins.core.models
CreateOrReplaceDigitalTwinOptions() - Constructor for class com.azure.digitaltwins.core.models.CreateOrReplaceDigitalTwinOptions
 
createOrReplaceDigitalTwinWithResponse(String, T, Class<T>, CreateOrReplaceDigitalTwinOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Creates a digital twin.
createOrReplaceDigitalTwinWithResponse(String, T, Class<T>, CreateOrReplaceDigitalTwinOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Creates a digital twin.
createOrReplaceEventRoute(String, DigitalTwinsEventRoute) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Create an event route.
createOrReplaceEventRoute(String, DigitalTwinsEventRoute) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Create an event route.
createOrReplaceEventRouteWithResponse(String, DigitalTwinsEventRoute) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Create an event route.
createOrReplaceEventRouteWithResponse(String, DigitalTwinsEventRoute, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Create an event route.
createOrReplaceRelationship(String, String, T, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Creates a relationship on a digital twin.
createOrReplaceRelationship(String, String, T, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Creates a relationship on a digital twin.
CreateOrReplaceRelationshipOptions - Class in com.azure.digitaltwins.core.models
CreateOrReplaceRelationshipOptions() - Constructor for class com.azure.digitaltwins.core.models.CreateOrReplaceRelationshipOptions
 
createOrReplaceRelationshipWithResponse(String, String, T, Class<T>, CreateOrReplaceRelationshipOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Creates a relationship on a digital twin.
createOrReplaceRelationshipWithResponse(String, String, T, Class<T>, CreateOrReplaceRelationshipOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Creates a relationship on a digital twin.
credential(TokenCredential) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.

D

decommissionModel(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Decommissions a model.
decommissionModel(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Decommissions a model.
decommissionModelWithResponse(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Decommissions a model.
decommissionModelWithResponse(String, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Decommissions a model.
deleteDigitalTwin(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Deletes a digital twin.
deleteDigitalTwin(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Deletes a digital twin.
DeleteDigitalTwinOptions - Class in com.azure.digitaltwins.core.models
DeleteDigitalTwinOptions() - Constructor for class com.azure.digitaltwins.core.models.DeleteDigitalTwinOptions
 
deleteDigitalTwinWithResponse(String, DeleteDigitalTwinOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Deletes a digital twin.
deleteDigitalTwinWithResponse(String, DeleteDigitalTwinOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Deletes a digital twin.
deleteEventRoute(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Delete an event route.
deleteEventRoute(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Delete an event route.
deleteEventRouteWithResponse(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Delete an event route.
deleteEventRouteWithResponse(String, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Delete an event route.
deleteModel(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Deletes a model.
deleteModel(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Deletes a model.
deleteModelWithResponse(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Deletes a model.
deleteModelWithResponse(String, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Deletes a model.
deleteRelationship(String, String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Deletes a relationship on a digital twin.
deleteRelationship(String, String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Deletes a relationship on a digital twin.
DeleteRelationshipOptions - Class in com.azure.digitaltwins.core.models
DeleteRelationshipOptions() - Constructor for class com.azure.digitaltwins.core.models.DeleteRelationshipOptions
 
deleteRelationshipWithResponse(String, String, DeleteRelationshipOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Deletes a relationship on a digital twin.
deleteRelationshipWithResponse(String, String, DeleteRelationshipOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Deletes a relationship on a digital twin.
DIGITAL_TWIN_ETAG - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the ETag field on a digital twin.
DIGITAL_TWIN_ID - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the Id field on a digital twin.
DIGITAL_TWIN_METADATA - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the metadata field on a digital twin and for the metadata field on a component.
DigitalTwinPropertyMetadata - Class in com.azure.digitaltwins.core
Contains metadata about changes on properties on a digital twin or component.
DigitalTwinPropertyMetadata() - Constructor for class com.azure.digitaltwins.core.DigitalTwinPropertyMetadata
 
DigitalTwinsAsyncClient - Class in com.azure.digitaltwins.core
This class provides a client for interacting asynchronously with an Azure Digital Twins instance.
DigitalTwinsClient - Class in com.azure.digitaltwins.core
This class provides a client for interacting synchronously with an Azure Digital Twins instance.
DigitalTwinsClientBuilder - Class in com.azure.digitaltwins.core
This class provides a fluent builder API to help aid the configuration and instantiation of DigitalTwinsClients and DigitalTwinsAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client.
DigitalTwinsClientBuilder() - Constructor for class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
The public constructor for DigitalTwinsClientBuilder
DigitalTwinsEventRoute - Class in com.azure.digitaltwins.core.models
The EventRoute model.
DigitalTwinsEventRoute(String) - Constructor for class com.azure.digitaltwins.core.models.DigitalTwinsEventRoute
Creates an instance of EventRoute class.
DigitalTwinsJsonPropertyNames - Class in com.azure.digitaltwins.core.models
String constants for use in JSON de/serialization for digital twins, digital twin relationships, and digital twin components.
DigitalTwinsJsonPropertyNames() - Constructor for class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
 
DigitalTwinsModelData - Class in com.azure.digitaltwins.core.models
The DigitalTwinsModelData representing the model and its corresponding metadata.
DigitalTwinsModelData(String, String, Map<String, String>, Map<String, String>, OffsetDateTime, boolean) - Constructor for class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Construct a new DigitalTwinsModelData instance.
DigitalTwinsResponse<T> - Class in com.azure.digitaltwins.core.models
A helper class to represent the HTTP response returned by the service.
DigitalTwinsResponse(HttpRequest, int, HttpHeaders, T, DigitalTwinsResponseHeaders) - Constructor for class com.azure.digitaltwins.core.models.DigitalTwinsResponse
Creates an instance of DigitalTwinsResponse.
DigitalTwinsResponseHeaders - Class in com.azure.digitaltwins.core.models
A helper class to represent the HTTP response headers returned by the service.
DigitalTwinsResponseHeaders() - Constructor for class com.azure.digitaltwins.core.models.DigitalTwinsResponseHeaders
 
DigitalTwinsServiceVersion - Enum in com.azure.digitaltwins.core
The service API versions of Azure Digital Twins that are supported by this client.

E

endpoint(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Set the service endpoint that the built client will communicate with.

G

getComponent(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Get a component of a digital twin.
getComponent(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Get a component of a digital twin.
getComponentWithResponse(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Get a component of a digital twin.
getComponentWithResponse(String, String, Class<T>, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Get a component of a digital twin.
getContents() - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Gets the additional custom contents of the digital twin.
getContents() - Method in class com.azure.digitaltwins.core.BasicDigitalTwinComponent
Gets the custom contents
getDependenciesFor() - Method in class com.azure.digitaltwins.core.models.ListModelsOptions
Gets the model Ids that will have their dependencies retrieved.
getDescriptionLanguageMap() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Get the description property: A language map that contains the localized descriptions as specified in the model definition.
getDigitalTwin(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets a digital twin.
getDigitalTwin(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets a digital twin.
getDigitalTwinWithResponse(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets a digital twin.
getDigitalTwinWithResponse(String, Class<T>, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets a digital twin.
getDisplayNameLanguageMap() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Get the displayName property: A language map that contains the localized display names as specified in the model definition.
getDtdlModel() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Get the model property: The model definition.
getEndpointName() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsEventRoute
Get the endpointName property: The name of the endpoint this event route is bound to.
getETag() - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Gets a string representing a weak ETag for the entity that this request performs an operation against, as per RFC7232.
getETag() - Method in class com.azure.digitaltwins.core.BasicRelationship
Gets a string representing a weak ETag for the entity that this request performs an operation against, as per RFC7232.
getETag() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsResponseHeaders
Get the eTag property: The ETag property.
getEventRoute(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Get an event route.
getEventRoute(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Get an event route.
getEventRouteId() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsEventRoute
Get this event route's id property: The id of the event route.
getEventRouteWithResponse(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Get an event route.
getEventRouteWithResponse(String, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Get an event route.
getFilter() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsEventRoute
Get the filter property: An expression which describes the events which are routed to the endpoint.
getId() - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Gets the unique Id of the digital twin in a digital twins instance.
getId() - Method in class com.azure.digitaltwins.core.BasicRelationship
Gets the unique Id of the relationship.
getIfMatch() - Method in class com.azure.digitaltwins.core.models.DeleteDigitalTwinOptions
Get the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
getIfMatch() - Method in class com.azure.digitaltwins.core.models.DeleteRelationshipOptions
Get the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
getIfMatch() - Method in class com.azure.digitaltwins.core.models.UpdateComponentOptions
Get the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
getIfMatch() - Method in class com.azure.digitaltwins.core.models.UpdateDigitalTwinOptions
Get the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
getIfMatch() - Method in class com.azure.digitaltwins.core.models.UpdateRelationshipOptions
Get the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
getIfNoneMatch() - Method in class com.azure.digitaltwins.core.models.CreateOrReplaceDigitalTwinOptions
Get the ifNoneMatch property If-Non-Match header makes the request method conditional on a recipient cache or origin server either not having any current representation of the target resource.
getIfNoneMatch() - Method in class com.azure.digitaltwins.core.models.CreateOrReplaceRelationshipOptions
Get the ifNoneMatch property If-Non-Match header makes the request method conditional on a recipient cache or origin server either not having any current representation of the target resource.
getIncludeModelDefinition() - Method in class com.azure.digitaltwins.core.models.ListModelsOptions
Gets whether to include the model definition in the result.
getLastUpdatedOn() - Method in class com.azure.digitaltwins.core.DigitalTwinPropertyMetadata
Gets the date and time the property was last updated.
getLatest() - Static method in enum com.azure.digitaltwins.core.DigitalTwinsServiceVersion
Gets the latest service API version of Azure Digital Twins that is supported by this client.
getMaxItemsPerPage() - Method in class com.azure.digitaltwins.core.models.ListDigitalTwinsEventRoutesOptions
Get the maxItemsPerPage property: The maximum number of items to retrieve per request.
getMaxItemsPerPage() - Method in class com.azure.digitaltwins.core.models.ListModelsOptions
Get the maxItemsPerPage property: The maximum number of items to retrieve per request.
getMaxItemsPerPage() - Method in class com.azure.digitaltwins.core.models.QueryOptions
Get the maxItemsPerPage property: The maximum number of items to retrieve per request.
getMetadata() - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Gets the information about the model a digital twin conforms to.
getMetadata() - Method in class com.azure.digitaltwins.core.BasicDigitalTwinComponent
Gets the metadata about the model.
getModel(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets a model, including the model metadata and the model definition.
getModel(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets a model, including the model metadata and the model definition.
getModelId() - Method in class com.azure.digitaltwins.core.BasicDigitalTwinMetadata
Gets the Id of the model that the digital twin or component is modeled by.
getModelId() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Get the id property: The id of the model as specified in the model definition.
getModelWithResponse(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets a model, including the model metadata and the model definition.
getModelWithResponse(String, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets a model, including the model metadata and the model definition.
getName() - Method in class com.azure.digitaltwins.core.BasicRelationship
Gets the name of the relationship, which defines the type of link (e.g.
getProperties() - Method in class com.azure.digitaltwins.core.BasicRelationship
Gets the additional custom properties defined in the model.
getPropertyMetadata() - Method in class com.azure.digitaltwins.core.BasicDigitalTwinMetadata
Gets the metadata about changes on properties on a component.
getQueryCharge(PagedResponse<T>) - Static method in class com.azure.digitaltwins.core.models.QueryChargeHelper
Extract the query-charge field from a page header.
getRelationship(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets a relationship on a digital twin.
getRelationship(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets a relationship on a digital twin.
getRelationshipId() - Method in class com.azure.digitaltwins.core.models.IncomingRelationship
Get the relationshipId property: A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e.
getRelationshipLink() - Method in class com.azure.digitaltwins.core.models.IncomingRelationship
Get the relationshipLink property: Link to the relationship, to be used for deletion.
getRelationshipName() - Method in class com.azure.digitaltwins.core.models.IncomingRelationship
Get the relationshipName property: The name of the relationship.
getRelationshipWithResponse(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets a relationship on a digital twin.
getRelationshipWithResponse(String, String, Class<T>, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets a relationship on a digital twin.
getServiceVersion() - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets the Azure Digital Twins service API version that this client is configured to use for all service requests.
getServiceVersion() - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Gets the Azure Digital Twins service API version that this client is configured to use for all service requests.
getSourceId() - Method in class com.azure.digitaltwins.core.BasicRelationship
Gets the unique Id of the source digital twin.
getSourceId() - Method in class com.azure.digitaltwins.core.models.IncomingRelationship
Get the sourceId property: The id of the source digital twin.
getSourceTime() - Method in class com.azure.digitaltwins.core.DigitalTwinPropertyMetadata
Gets the date and time the value of the property was sourced.
getTargetId() - Method in class com.azure.digitaltwins.core.BasicRelationship
Gets the unique Id of the target digital twin.
getTimestamp() - Method in class com.azure.digitaltwins.core.models.PublishComponentTelemetryOptions
Gets the timestamp.
getTimestamp() - Method in class com.azure.digitaltwins.core.models.PublishTelemetryOptions
Gets the timestamp.
getUploadedOn() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Get the time the model was uploaded to the service.
getValue() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsResponse
 
getVersion() - Method in enum com.azure.digitaltwins.core.DigitalTwinsServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.

I

IncomingRelationship - Class in com.azure.digitaltwins.core.models
Defines an incoming relationship on a digital twin.
IncomingRelationship(String, String, String, String) - Constructor for class com.azure.digitaltwins.core.models.IncomingRelationship
Construct a new IncomingRelationship instance.
isDecommissioned() - Method in class com.azure.digitaltwins.core.models.DigitalTwinsModelData
Get the decommissioned property: Indicates if the model is decommissioned.

L

ListDigitalTwinsEventRoutesOptions - Class in com.azure.digitaltwins.core.models
ListDigitalTwinsEventRoutesOptions() - Constructor for class com.azure.digitaltwins.core.models.ListDigitalTwinsEventRoutesOptions
 
listEventRoutes() - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
List all the event routes that exist in your digital twins instance.
listEventRoutes() - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List all the event routes that exist in your digital twins instance.
listEventRoutes(ListDigitalTwinsEventRoutesOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
List all the event routes that exist in your digital twins instance.
listEventRoutes(ListDigitalTwinsEventRoutesOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List all the event routes that exist in your digital twins instance.
listIncomingRelationships(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets all the relationships referencing a digital twin as a target by iterating through a collection.
listIncomingRelationships(String) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List the relationships that have a given digital twin as the target.
listIncomingRelationships(String, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List the relationships that have a given digital twin as the target.
listModels() - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
List all of the models in this digital twins instance.
listModels() - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List all of the models in this digital twins instance.
listModels(ListModelsOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
List the models in this digital twins instance based on some options.
listModels(ListModelsOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List the models in this digital twins instance based on some options.
ListModelsOptions - Class in com.azure.digitaltwins.core.models
ListModelsOptions() - Constructor for class com.azure.digitaltwins.core.models.ListModelsOptions
 
listRelationships(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets all the relationships on a digital twin by iterating through a collection.
listRelationships(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List the relationships that have a given digital twin as the source.
listRelationships(String, String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Gets all the relationships on a digital twin filtered by the relationship name, by iterating through a collection.
listRelationships(String, String, Class<T>, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
List the relationships that have a given digital twin as the source and that have the given relationship name.

M

METADATA_MODEL - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the model field on a digital twin metadata.
METADATA_PROPERTY_LAST_UPDATE_TIME - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the lastUpdateTime field on a digital twin component's property metadata.
METADATA_PROPERTY_SOURCE_TIME - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the sourceTime field on a digital twin component's property metadata.

P

pipeline(HttpPipeline) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the HttpPipeline to use for the service client.
publishComponentTelemetry(String, String, String, Object) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Publishes telemetry from a digital twin's component
publishComponentTelemetry(String, String, String, Object) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Publishes telemetry from a digital twin's component
PublishComponentTelemetryOptions - Class in com.azure.digitaltwins.core.models
PublishComponentTelemetryOptions() - Constructor for class com.azure.digitaltwins.core.models.PublishComponentTelemetryOptions
 
publishComponentTelemetryWithResponse(String, String, String, Object, PublishComponentTelemetryOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Publishes telemetry from a digital twin's component
publishComponentTelemetryWithResponse(String, String, String, Object, PublishComponentTelemetryOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Publishes telemetry from a digital twin's component
publishTelemetry(String, String, Object) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Publishes telemetry from a digital twin
publishTelemetry(String, String, Object) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Publishes telemetry from a digital twin
PublishTelemetryOptions - Class in com.azure.digitaltwins.core.models
PublishTelemetryOptions() - Constructor for class com.azure.digitaltwins.core.models.PublishTelemetryOptions
 
publishTelemetryWithResponse(String, String, Object, PublishTelemetryOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Publishes telemetry from a digital twin
publishTelemetryWithResponse(String, String, Object, PublishTelemetryOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Publishes telemetry from a digital twin

Q

query(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Query digital twins.
query(String, Class<T>) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Query digital twins.
query(String, Class<T>, QueryOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Query digital twins.
query(String, Class<T>, QueryOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Query digital twins.
QueryChargeHelper - Class in com.azure.digitaltwins.core.models
A helper to extract the query charge from the query response.
QueryChargeHelper() - Constructor for class com.azure.digitaltwins.core.models.QueryChargeHelper
 
QueryOptions - Class in com.azure.digitaltwins.core.models
Parameter group.
QueryOptions() - Constructor for class com.azure.digitaltwins.core.models.QueryOptions
 

R

RELATIONSHIP_ID - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the Id field on a relationship.
RELATIONSHIP_NAME - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the name field on a relationship.
RELATIONSHIP_SOURCE_ID - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the source Id field on a relationship.
RELATIONSHIP_TARGET_ID - Static variable in class com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames
The JSON property name for the target Id field on a relationship.
retryOptions(RetryOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryPolicy(RetryPolicy) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the HttpPipelinePolicy that is used as the retry policy for each request that is sent.

S

serializer(JsonSerializer) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Custom JSON serializer that is used to handle model types that are not contained in the Azure Digital Twins library.
serviceVersion(DigitalTwinsServiceVersion) - Method in class com.azure.digitaltwins.core.DigitalTwinsClientBuilder
Sets the DigitalTwinsServiceVersion that is used when making API requests.
setDependenciesFor(List<String>) - Method in class com.azure.digitaltwins.core.models.ListModelsOptions
Sets the model Ids that will have their dependencies retrieved.
setETag(String) - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Sets a string representing a weak ETag for the entity that this request performs an operation against, as per RFC7232.
setETag(String) - Method in class com.azure.digitaltwins.core.BasicRelationship
Sets a string representing a weak ETag for the entity that this request performs an operation against, as per RFC7232.
setETag(String) - Method in class com.azure.digitaltwins.core.models.DigitalTwinsResponseHeaders
Set the eTag property: The ETag property.
setEventRouteId(String) - Method in class com.azure.digitaltwins.core.models.DigitalTwinsEventRoute
Sets this event route's Id.
setFilter(String) - Method in class com.azure.digitaltwins.core.models.DigitalTwinsEventRoute
Set the filter property: An expression which describes the events which are routed to the endpoint.
setIfMatch(String) - Method in class com.azure.digitaltwins.core.models.DeleteDigitalTwinOptions
Set the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
setIfMatch(String) - Method in class com.azure.digitaltwins.core.models.DeleteRelationshipOptions
Set the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
setIfMatch(String) - Method in class com.azure.digitaltwins.core.models.UpdateComponentOptions
Set the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
setIfMatch(String) - Method in class com.azure.digitaltwins.core.models.UpdateDigitalTwinOptions
Set the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
setIfMatch(String) - Method in class com.azure.digitaltwins.core.models.UpdateRelationshipOptions
Set the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
setIfNoneMatch(String) - Method in class com.azure.digitaltwins.core.models.CreateOrReplaceDigitalTwinOptions
Set the ifNoneMatch property.
setIfNoneMatch(String) - Method in class com.azure.digitaltwins.core.models.CreateOrReplaceRelationshipOptions
Set the ifNoneMatch property.
setIncludeModelDefinition(Boolean) - Method in class com.azure.digitaltwins.core.models.ListModelsOptions
Sets whether to include the model definition in the result.
setLastUpdatedOn(OffsetDateTime) - Method in class com.azure.digitaltwins.core.DigitalTwinPropertyMetadata
Sets the the date and time the property was last updated.
setMaxItemsPerPage(Integer) - Method in class com.azure.digitaltwins.core.models.ListDigitalTwinsEventRoutesOptions
Set the maxItemsPerPage property: The maximum number of items to retrieve per request.
setMaxItemsPerPage(Integer) - Method in class com.azure.digitaltwins.core.models.ListModelsOptions
Set the maxItemsPerPage property: The maximum number of items to retrieve per request.
setMaxItemsPerPage(Integer) - Method in class com.azure.digitaltwins.core.models.QueryOptions
Set the maxItemsPerPage property: The maximum number of items to retrieve per request.
setMetadata(BasicDigitalTwinMetadata) - Method in class com.azure.digitaltwins.core.BasicDigitalTwin
Sets the information about the model a digital twin conforms to.
setModelId(String) - Method in class com.azure.digitaltwins.core.BasicDigitalTwinMetadata
Sets the Id of the model that the digital twin or component is modeled by.
setSourceTime(OffsetDateTime) - Method in class com.azure.digitaltwins.core.DigitalTwinPropertyMetadata
Sets the date and time the value of the property was sourced.
setTimestamp(OffsetDateTime) - Method in class com.azure.digitaltwins.core.models.PublishComponentTelemetryOptions
Set the timestamp
setTimestamp(OffsetDateTime) - Method in class com.azure.digitaltwins.core.models.PublishTelemetryOptions
Set the timestamp

U

updateComponent(String, String, JsonPatchDocument) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Patch a component on a digital twin.
updateComponent(String, String, JsonPatchDocument) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Patch a component on a digital twin.
UpdateComponentOptions - Class in com.azure.digitaltwins.core.models
UpdateComponentOptions() - Constructor for class com.azure.digitaltwins.core.models.UpdateComponentOptions
 
updateComponentWithResponse(String, String, JsonPatchDocument, UpdateComponentOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Patch a component on a digital twin.
updateComponentWithResponse(String, String, JsonPatchDocument, UpdateComponentOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Patch a component on a digital twin.
updateDigitalTwin(String, JsonPatchDocument) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Updates a digital twin.
updateDigitalTwin(String, JsonPatchDocument) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Updates a digital twin.
UpdateDigitalTwinOptions - Class in com.azure.digitaltwins.core.models
UpdateDigitalTwinOptions() - Constructor for class com.azure.digitaltwins.core.models.UpdateDigitalTwinOptions
 
updateDigitalTwinWithResponse(String, JsonPatchDocument, UpdateDigitalTwinOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Updates a digital twin.
updateDigitalTwinWithResponse(String, JsonPatchDocument, UpdateDigitalTwinOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Updates a digital twin.
updateRelationship(String, String, JsonPatchDocument) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Updates the properties of a relationship on a digital twin.
updateRelationship(String, String, JsonPatchDocument) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Updates the properties of a relationship on a digital twin.
UpdateRelationshipOptions - Class in com.azure.digitaltwins.core.models
UpdateRelationshipOptions() - Constructor for class com.azure.digitaltwins.core.models.UpdateRelationshipOptions
 
updateRelationshipWithResponse(String, String, JsonPatchDocument, UpdateRelationshipOptions) - Method in class com.azure.digitaltwins.core.DigitalTwinsAsyncClient
Updates the properties of a relationship on a digital twin.
updateRelationshipWithResponse(String, String, JsonPatchDocument, UpdateRelationshipOptions, Context) - Method in class com.azure.digitaltwins.core.DigitalTwinsClient
Updates the properties of a relationship on a digital twin.

V

V2020_10_31 - com.azure.digitaltwins.core.DigitalTwinsServiceVersion
Service version 2020-10-31.
V2021_06_30_PREVIEW - com.azure.digitaltwins.core.DigitalTwinsServiceVersion
Service version 2021-06-30-preview.
valueOf(String) - Static method in enum com.azure.digitaltwins.core.DigitalTwinsServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.digitaltwins.core.DigitalTwinsServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L M P Q R S U V 
All Classes All Packages