MicrosoftGraphPublicationFacet Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPublicationFacet
- com.
Implements
public final class MicrosoftGraphPublicationFacet
implements JsonSerializable<MicrosoftGraphPublicationFacet>
publicationFacet.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPublicationFacet() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
level()
Get the level property: The state of publication for this document. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
versionId()
Get the version |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withLevel(String level)
Set the level property: The state of publication for this document. |
Microsoft |
withVersionId(String versionId)
Set the version |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPublicationFacet
public MicrosoftGraphPublicationFacet()
Creates an instance of MicrosoftGraphPublicationFacet class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: publicationFacet.
Returns:
fromJson
public static MicrosoftGraphPublicationFacet fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPublicationFacet from the JsonReader.
Parameters:
Returns:
Throws:
level
public String level()
Get the level property: The state of publication for this document. Either published or checkout. Read-only.
Returns:
toJson
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:
withAdditionalProperties
public MicrosoftGraphPublicationFacet withAdditionalProperties(Map
Set the additionalProperties property: publicationFacet.
Parameters:
Returns:
withLevel
public MicrosoftGraphPublicationFacet withLevel(String level)
Set the level property: The state of publication for this document. Either published or checkout. Read-only.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java