MicrosoftGraphSharedInsight Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSharedInsight
- com.
- com.
public final class MicrosoftGraphSharedInsight
extends MicrosoftGraphEntity
sharedInsight.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSharedInsight() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSharedInsight
public MicrosoftGraphSharedInsight()
Creates an instance of MicrosoftGraphSharedInsight class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: sharedInsight.
Overrides:
MicrosoftGraphSharedInsight.additionalProperties()Returns:
fromJson
public static MicrosoftGraphSharedInsight fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSharedInsight from the JsonReader.
Parameters:
Returns:
Throws:
lastShared
public MicrosoftGraphSharingDetail lastShared()
Get the lastShared property: sharingDetail.
Returns:
lastSharedMethod
public MicrosoftGraphEntity lastSharedMethod()
Get the lastSharedMethod property: entity.
Returns:
resource
public MicrosoftGraphEntity resource()
Get the resource property: entity.
Returns:
resourceReference
public MicrosoftGraphResourceReference resourceReference()
Get the resourceReference property: resourceReference.
Returns:
resourceVisualization
public MicrosoftGraphResourceVisualization resourceVisualization()
Get the resourceVisualization property: resourceVisualization.
Returns:
sharingHistory
public List
Get the sharingHistory property: The sharingHistory property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphSharedInsight.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphSharedInsight.validate()withAdditionalProperties
public MicrosoftGraphSharedInsight withAdditionalProperties(Map
Set the additionalProperties property: sharedInsight.
Overrides:
MicrosoftGraphSharedInsight.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphSharedInsight withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphSharedInsight.withId(String id)Parameters:
withLastShared
public MicrosoftGraphSharedInsight withLastShared(MicrosoftGraphSharingDetail lastShared)
Set the lastShared property: sharingDetail.
Parameters:
Returns:
withLastSharedMethod
public MicrosoftGraphSharedInsight withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod)
Set the lastSharedMethod property: entity.
Parameters:
Returns:
withResource
public MicrosoftGraphSharedInsight withResource(MicrosoftGraphEntity resource)
Set the resource property: entity.
Parameters:
Returns:
withResourceReference
public MicrosoftGraphSharedInsight withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.
Parameters:
Returns:
withResourceVisualization
public MicrosoftGraphSharedInsight withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)
Set the resourceVisualization property: resourceVisualization.
Parameters:
Returns:
withSharingHistory
public MicrosoftGraphSharedInsight withSharingHistory(List
Set the sharingHistory property: The sharingHistory property.
Parameters:
Returns:
Applies to
Azure SDK for Java