Class MicrosoftGraphSharedInsight
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight
sharedInsight.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSharedInsight class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: sharedInsight.Get the lastShared property: sharingDetail.Get the lastSharedMethod property: entity.resource()Get the resource property: entity.Get the resourceReference property: resourceReference.Get the resourceVisualization property: resourceVisualization.Get the sharingHistory property: The sharingHistory property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sharedInsight.Set the id property: Read-only.withLastShared(MicrosoftGraphSharingDetail lastShared) Set the lastShared property: sharingDetail.withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod) Set the lastSharedMethod property: entity.withResource(MicrosoftGraphEntity resource) Set the resource property: entity.withResourceReference(MicrosoftGraphResourceReference resourceReference) Set the resourceReference property: resourceReference.withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization) Set the resourceVisualization property: resourceVisualization.withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory) Set the sharingHistory property: The sharingHistory property.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphSharedInsight
public MicrosoftGraphSharedInsight()Creates an instance of MicrosoftGraphSharedInsight class.
-
-
Method Details
-
resourceReference
Get the resourceReference property: resourceReference.- Returns:
- the resourceReference value.
-
withResourceReference
public MicrosoftGraphSharedInsight withResourceReference(MicrosoftGraphResourceReference resourceReference) Set the resourceReference property: resourceReference.- Parameters:
resourceReference- the resourceReference value to set.- Returns:
- the MicrosoftGraphSharedInsight object itself.
-
resourceVisualization
Get the resourceVisualization property: resourceVisualization.- Returns:
- the resourceVisualization value.
-
withResourceVisualization
public MicrosoftGraphSharedInsight withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization) Set the resourceVisualization property: resourceVisualization.- Parameters:
resourceVisualization- the resourceVisualization value to set.- Returns:
- the MicrosoftGraphSharedInsight object itself.
-
sharingHistory
Get the sharingHistory property: The sharingHistory property.- Returns:
- the sharingHistory value.
-
withSharingHistory
public MicrosoftGraphSharedInsight withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory) Set the sharingHistory property: The sharingHistory property.- Parameters:
sharingHistory- the sharingHistory value to set.- Returns:
- the MicrosoftGraphSharedInsight object itself.
-
resource
Get the resource property: entity.- Returns:
- the resource value.
-
withResource
Set the resource property: entity.- Parameters:
resource- the resource value to set.- Returns:
- the MicrosoftGraphSharedInsight object itself.
-
additionalProperties
Get the additionalProperties property: sharedInsight.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSharedInsight withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sharedInsight.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphSharedInsight object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.