Uses of Class
com.azure.resourcemanager.apicenter.models.MetadataAssignment
Packages that use MetadataAssignment
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of MetadataAssignment in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return MetadataAssignmentModifier and TypeMethodDescriptionstatic MetadataAssignment
MetadataAssignment.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetadataAssignment from the JsonReader.MetadataAssignment.withDeprecated
(Boolean deprecated) Set the deprecated property: Deprecated assignment.MetadataAssignment.withEntity
(MetadataAssignmentEntity entity) Set the entity property: The entities this metadata schema component gets applied to.MetadataAssignment.withRequired
(Boolean required) Set the required property: Required assignment.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type MetadataAssignmentModifier and TypeMethodDescriptionMetadataSchemaProperties.assignedTo()
Get the assignedTo property: The assignees.Method parameters in com.azure.resourcemanager.apicenter.models with type arguments of type MetadataAssignmentModifier and TypeMethodDescriptionMetadataSchemaProperties.withAssignedTo
(List<MetadataAssignment> assignedTo) Set the assignedTo property: The assignees.