你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphSharingDetail Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSharingDetail
- com.
Implements
public final class MicrosoftGraphSharingDetail
implements JsonSerializable<MicrosoftGraphSharingDetail>
sharingDetail.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSharingDetail() |
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 |
Microsoft |
sharedBy()
Get the shared |
Offset |
sharedDateTime()
Get the shared |
Microsoft |
sharingReference()
Get the sharing |
String |
sharingSubject()
Get the sharing |
String |
sharingType()
Get the sharing |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withSharedBy(MicrosoftGraphInsightIdentity sharedBy)
Set the shared |
Microsoft |
withSharedDateTime(OffsetDateTime sharedDateTime)
Set the shared |
Microsoft |
withSharingReference(MicrosoftGraphResourceReference sharingReference)
Set the sharing |
Microsoft |
withSharingSubject(String sharingSubject)
Set the sharing |
Microsoft |
withSharingType(String sharingType)
Set the sharing |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSharingDetail
public MicrosoftGraphSharingDetail()
Creates an instance of MicrosoftGraphSharingDetail class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: sharingDetail.
Returns:
fromJson
public static MicrosoftGraphSharingDetail fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSharingDetail from the JsonReader.
Parameters:
Returns:
Throws:
sharedBy
public MicrosoftGraphInsightIdentity sharedBy()
Get the sharedBy property: insightIdentity.
Returns:
sharedDateTime
public OffsetDateTime sharedDateTime()
Get the sharedDateTime property: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
Returns:
sharingReference
public MicrosoftGraphResourceReference sharingReference()
Get the sharingReference property: resourceReference.
Returns:
sharingSubject
public String sharingSubject()
Get the sharingSubject property: The subject with which the document was shared.
Returns:
sharingType
public String sharingType()
Get the sharingType property: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSharingDetail withAdditionalProperties(Map
Set the additionalProperties property: sharingDetail.
Parameters:
Returns:
withSharedBy
public MicrosoftGraphSharingDetail withSharedBy(MicrosoftGraphInsightIdentity sharedBy)
Set the sharedBy property: insightIdentity.
Parameters:
Returns:
withSharedDateTime
public MicrosoftGraphSharingDetail withSharedDateTime(OffsetDateTime sharedDateTime)
Set the sharedDateTime property: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
Parameters:
Returns:
withSharingReference
public MicrosoftGraphSharingDetail withSharingReference(MicrosoftGraphResourceReference sharingReference)
Set the sharingReference property: resourceReference.
Parameters:
Returns:
withSharingSubject
public MicrosoftGraphSharingDetail withSharingSubject(String sharingSubject)
Set the sharingSubject property: The subject with which the document was shared.
Parameters:
Returns:
withSharingType
public MicrosoftGraphSharingDetail withSharingType(String sharingType)
Set the sharingType property: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
Parameters:
Returns: