Package com.microsoft.graph.models
Class MembershipOutlierInsight
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.GovernanceInsight
com.microsoft.graph.models.MembershipOutlierInsight
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MembershipOutlierInsight
extends GovernanceInsight
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Membership Outlier Insight.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Container.The Container Id.The Last Modified By.The Member.The Member Id.The Outlier Container Type.The Outlier Member Type.Fields inherited from class com.microsoft.graph.models.GovernanceInsight
insightCreatedDateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
containerId
@SerializedName(value="containerId", alternate="ContainerId") @Expose @Nullable public String containerIdThe Container Id. Indicates the identifier of the container, for example, a group ID. -
memberId
The Member Id. Indicates the identifier of the user. -
outlierContainerType
@SerializedName(value="outlierContainerType", alternate="OutlierContainerType") @Expose @Nullable public OutlierContainerType outlierContainerTypeThe Outlier Container Type. Indicates the type of container. The possible values are: group, unknownFutureValue. -
outlierMemberType
@SerializedName(value="outlierMemberType", alternate="OutlierMemberType") @Expose @Nullable public OutlierMemberType outlierMemberTypeThe Outlier Member Type. Indicates the type of outlier member. The possible values are: user, unknownFutureValue. -
container
@SerializedName(value="container", alternate="Container") @Expose @Nullable public DirectoryObject containerThe Container. Navigation link to the container directory object. For example, to a group. -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public User lastModifiedByThe Last Modified By. Navigation link to a member object who modified the record. For example, to a user. -
member
The Member. Navigation link to a member object. For example, to a user.
-
-
Constructor Details
-
MembershipOutlierInsight
public MembershipOutlierInsight()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classGovernanceInsight- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-