Class MembershipOutlierInsight

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class MembershipOutlierInsight extends GovernanceInsight implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • MembershipOutlierInsight

      public MembershipOutlierInsight()
      Instantiates a new MembershipOutlierInsight and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static MembershipOutlierInsight createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a MembershipOutlierInsight
    • getContainer

      @Nullable public DirectoryObject getContainer()
      Gets the container property value. Navigation link to the container directory object. For example, to a group.
      Returns:
      a DirectoryObject
    • getContainerId

      @Nullable public String getContainerId()
      Gets the containerId property value. Indicates the identifier of the container, for example, a group ID.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class GovernanceInsight
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedBy

      @Nullable public User getLastModifiedBy()
      Gets the lastModifiedBy property value. Navigation link to a member object who modified the record. For example, to a user.
      Returns:
      a User
    • getMember

      @Nullable public DirectoryObject getMember()
      Gets the member property value. Navigation link to a member object. For example, to a user.
      Returns:
      a DirectoryObject
    • getMemberId

      @Nullable public String getMemberId()
      Gets the memberId property value. Indicates the identifier of the user.
      Returns:
      a String
    • getOutlierContainerType

      @Nullable public OutlierContainerType getOutlierContainerType()
      Gets the outlierContainerType property value. The outlierContainerType property
      Returns:
      a OutlierContainerType
    • getOutlierMemberType

      @Nullable public OutlierMemberType getOutlierMemberType()
      Gets the outlierMemberType property value. The outlierMemberType property
      Returns:
      a OutlierMemberType
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class GovernanceInsight
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setContainer

      public void setContainer(@Nullable DirectoryObject value)
      Sets the container property value. Navigation link to the container directory object. For example, to a group.
      Parameters:
      value - Value to set for the container property.
    • setContainerId

      public void setContainerId(@Nullable String value)
      Sets the containerId property value. Indicates the identifier of the container, for example, a group ID.
      Parameters:
      value - Value to set for the containerId property.
    • setLastModifiedBy

      public void setLastModifiedBy(@Nullable User value)
      Sets the lastModifiedBy property value. Navigation link to a member object who modified the record. For example, to a user.
      Parameters:
      value - Value to set for the lastModifiedBy property.
    • setMember

      public void setMember(@Nullable DirectoryObject value)
      Sets the member property value. Navigation link to a member object. For example, to a user.
      Parameters:
      value - Value to set for the member property.
    • setMemberId

      public void setMemberId(@Nullable String value)
      Sets the memberId property value. Indicates the identifier of the user.
      Parameters:
      value - Value to set for the memberId property.
    • setOutlierContainerType

      public void setOutlierContainerType(@Nullable OutlierContainerType value)
      Sets the outlierContainerType property value. The outlierContainerType property
      Parameters:
      value - Value to set for the outlierContainerType property.
    • setOutlierMemberType

      public void setOutlierMemberType(@Nullable OutlierMemberType value)
      Sets the outlierMemberType property value. The outlierMemberType property
      Parameters:
      value - Value to set for the outlierMemberType property.