Uses of Class
com.azure.resourcemanager.apimanagement.models.SchemaType
Packages that use SchemaType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SchemaType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SchemaTypeModifier and TypeMethodDescriptionGlobalSchemaContractInner.schemaType()Get the schemaType property: Schema Type.GlobalSchemaContractProperties.schemaType()Get the schemaType property: Schema Type.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type SchemaTypeModifier and TypeMethodDescriptionGlobalSchemaContractInner.withSchemaType(SchemaType schemaType) Set the schemaType property: Schema Type.GlobalSchemaContractProperties.withSchemaType(SchemaType schemaType) Set the schemaType property: Schema Type. -
Uses of SchemaType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as SchemaTypeModifier and TypeFieldDescriptionstatic final SchemaTypeSchemaType.JSONStatic value json for SchemaType.static final SchemaTypeSchemaType.XMLStatic value xml for SchemaType.Methods in com.azure.resourcemanager.apimanagement.models that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaTypeSchemaType.fromString(String name) Creates or finds a SchemaType from its string representation.GlobalSchemaContract.schemaType()Gets the schemaType property: Schema Type.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SchemaTypeModifier and TypeMethodDescriptionstatic Collection<SchemaType> SchemaType.values()Gets known SchemaType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SchemaTypeModifier and TypeMethodDescriptionGlobalSchemaContract.DefinitionStages.WithSchemaType.withSchemaType(SchemaType schemaType) Specifies the schemaType property: Schema Type.GlobalSchemaContract.UpdateStages.WithSchemaType.withSchemaType(SchemaType schemaType) Specifies the schemaType property: Schema Type.