IntegrationAccountSchemaInner Class

public final class IntegrationAccountSchemaInner
extends Resource

The integration account schema.

Constructor Summary

Constructor Description
IntegrationAccountSchemaInner()

Creates an instance of IntegrationAccountSchemaInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime changedTime()

Get the changedTime property: The changed time.

String content()

Get the content property: The content.

ContentLink contentLink()

Get the contentLink property: The content link.

String contentType()

Get the contentType property: The content type.

OffsetDateTime createdTime()

Get the createdTime property: The created time.

String documentName()

Get the documentName property: The document name.

String fileName()

Get the fileName property: The file name.

Object metadata()

Get the metadata property: The metadata.

SchemaType schemaType()

Get the schemaType property: The schema type.

String targetNamespace()

Get the targetNamespace property: The target namespace of the schema.

void validate()

Validates the instance.

IntegrationAccountSchemaInner withContent(String content)

Set the content property: The content.

IntegrationAccountSchemaInner withContentType(String contentType)

Set the contentType property: The content type.

IntegrationAccountSchemaInner withDocumentName(String documentName)

Set the documentName property: The document name.

IntegrationAccountSchemaInner withFileName(String fileName)

Set the fileName property: The file name.

IntegrationAccountSchemaInner withLocation(String location)
IntegrationAccountSchemaInner withMetadata(Object metadata)

Set the metadata property: The metadata.

IntegrationAccountSchemaInner withSchemaType(SchemaType schemaType)

Set the schemaType property: The schema type.

IntegrationAccountSchemaInner withTags(Map<String,String> tags)
IntegrationAccountSchemaInner withTargetNamespace(String targetNamespace)

Set the targetNamespace property: The target namespace of the schema.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

IntegrationAccountSchemaInner

public IntegrationAccountSchemaInner()

Creates an instance of IntegrationAccountSchemaInner class.

Method Details

changedTime

public OffsetDateTime changedTime()

Get the changedTime property: The changed time.

Returns:

the changedTime value.

content

public String content()

Get the content property: The content.

Returns:

the content value.

contentLink

public ContentLink contentLink()

Get the contentLink property: The content link.

Returns:

the contentLink value.

contentType

public String contentType()

Get the contentType property: The content type.

Returns:

the contentType value.

createdTime

public OffsetDateTime createdTime()

Get the createdTime property: The created time.

Returns:

the createdTime value.

documentName

public String documentName()

Get the documentName property: The document name.

Returns:

the documentName value.

fileName

public String fileName()

Get the fileName property: The file name.

Returns:

the fileName value.

metadata

public Object metadata()

Get the metadata property: The metadata.

Returns:

the metadata value.

schemaType

public SchemaType schemaType()

Get the schemaType property: The schema type.

Returns:

the schemaType value.

targetNamespace

public String targetNamespace()

Get the targetNamespace property: The target namespace of the schema.

Returns:

the targetNamespace value.

validate

public void validate()

Validates the instance.

withContent

public IntegrationAccountSchemaInner withContent(String content)

Set the content property: The content.

Parameters:

content - the content value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

withContentType

public IntegrationAccountSchemaInner withContentType(String contentType)

Set the contentType property: The content type.

Parameters:

contentType - the contentType value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

withDocumentName

public IntegrationAccountSchemaInner withDocumentName(String documentName)

Set the documentName property: The document name.

Parameters:

documentName - the documentName value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

withFileName

public IntegrationAccountSchemaInner withFileName(String fileName)

Set the fileName property: The file name.

Parameters:

fileName - the fileName value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

withLocation

public IntegrationAccountSchemaInner withLocation(String location)

Overrides:

IntegrationAccountSchemaInner.withLocation(String location)

Parameters:

location

withMetadata

public IntegrationAccountSchemaInner withMetadata(Object metadata)

Set the metadata property: The metadata.

Parameters:

metadata - the metadata value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

withSchemaType

public IntegrationAccountSchemaInner withSchemaType(SchemaType schemaType)

Set the schemaType property: The schema type.

Parameters:

schemaType - the schemaType value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

withTags

public IntegrationAccountSchemaInner withTags(Map tags)

Overrides:

IntegrationAccountSchemaInner.withTags(Map<String,String> tags)

Parameters:

tags

withTargetNamespace

public IntegrationAccountSchemaInner withTargetNamespace(String targetNamespace)

Set the targetNamespace property: The target namespace of the schema.

Parameters:

targetNamespace - the targetNamespace value to set.

Returns:

the IntegrationAccountSchemaInner object itself.

Applies to