MicrosoftGraphPublicationFacet Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicationFacet

public final class MicrosoftGraphPublicationFacet

publicationFacet.

Constructor Summary

Constructor Description
MicrosoftGraphPublicationFacet()

Creates an instance of MicrosoftGraphPublicationFacet class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: publicationFacet.

String level()

Get the level property: The state of publication for this document.

void validate()

Validates the instance.

String versionId()

Get the versionId property: The unique identifier for the version that is visible to the current caller.

MicrosoftGraphPublicationFacet withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: publicationFacet.

MicrosoftGraphPublicationFacet withLevel(String level)

Set the level property: The state of publication for this document.

MicrosoftGraphPublicationFacet withVersionId(String versionId)

Set the versionId property: The unique identifier for the version that is visible to the current caller.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphPublicationFacet

public MicrosoftGraphPublicationFacet()

Creates an instance of MicrosoftGraphPublicationFacet class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: publicationFacet.

Returns:

the additionalProperties value.

level

public String level()

Get the level property: The state of publication for this document. Either published or checkout. Read-only.

Returns:

the level value.

validate

public void validate()

Validates the instance.

versionId

public String versionId()

Get the versionId property: The unique identifier for the version that is visible to the current caller. Read-only.

Returns:

the versionId value.

withAdditionalProperties

public MicrosoftGraphPublicationFacet withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: publicationFacet.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPublicationFacet object itself.

withLevel

public MicrosoftGraphPublicationFacet withLevel(String level)

Set the level property: The state of publication for this document. Either published or checkout. Read-only.

Parameters:

level - the level value to set.

Returns:

the MicrosoftGraphPublicationFacet object itself.

withVersionId

public MicrosoftGraphPublicationFacet withVersionId(String versionId)

Set the versionId property: The unique identifier for the version that is visible to the current caller. Read-only.

Parameters:

versionId - the versionId value to set.

Returns:

the MicrosoftGraphPublicationFacet object itself.

Applies to