Uses of Class
odata.msgraph.client.beta.complex.MembershipRuleProcessingStatus
-
Packages that use MembershipRuleProcessingStatus Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MembershipRuleProcessingStatus in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MembershipRuleProcessingStatus Modifier and Type Method Description MembershipRuleProcessingStatusMembershipRuleProcessingStatus.Builder. build()MembershipRuleProcessingStatusMembershipRuleProcessingStatus. withErrorMessage(String errorMessage)MembershipRuleProcessingStatusMembershipRuleProcessingStatus. withLastMembershipUpdated(OffsetDateTime lastMembershipUpdated)MembershipRuleProcessingStatusMembershipRuleProcessingStatus. withStatus(MembershipRuleProcessingStatusDetails status)MembershipRuleProcessingStatusMembershipRuleProcessingStatus. withUnmappedField(String name, String value) -
Uses of MembershipRuleProcessingStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MembershipRuleProcessingStatus Modifier and Type Field Description protected MembershipRuleProcessingStatusGroup. membershipRuleProcessingStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type MembershipRuleProcessingStatus Modifier and Type Method Description Optional<MembershipRuleProcessingStatus>Group. getMembershipRuleProcessingStatus()Methods in odata.msgraph.client.beta.entity with parameters of type MembershipRuleProcessingStatus Modifier and Type Method Description Group.BuilderGroup.Builder. membershipRuleProcessingStatus(MembershipRuleProcessingStatus membershipRuleProcessingStatus)GroupGroup. withMembershipRuleProcessingStatus(MembershipRuleProcessingStatus membershipRuleProcessingStatus)
-