Uses of Class
odata.msgraph.client.beta.entity.Group
-
Packages that use Group Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of Group in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Group Modifier and Type Method Description GroupGroup.Builder. build()GroupGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GroupGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GroupGroup. withAccessType(GroupAccessType accessType)GroupGroup. withAllowExternalSenders(Boolean allowExternalSenders)GroupGroup. withAssignedLabels(List<AssignedLabel> assignedLabels)GroupGroup. withAssignedLicenses(List<AssignedLicense> assignedLicenses)GroupGroup. withAutoSubscribeNewMembers(Boolean autoSubscribeNewMembers)GroupGroup. withClassification(String classification)GroupGroup. withCreatedByAppId(String createdByAppId)GroupGroup. withCreatedDateTime(OffsetDateTime createdDateTime)GroupGroup. withDescription(String description)GroupGroup. withDisplayName(String displayName)GroupGroup. withExpirationDateTime(OffsetDateTime expirationDateTime)GroupGroup. withGroupTypes(List<String> groupTypes)GroupGroup. withHasMembersWithLicenseErrors(Boolean hasMembersWithLicenseErrors)GroupGroup. withHideFromAddressLists(Boolean hideFromAddressLists)GroupGroup. withHideFromOutlookClients(Boolean hideFromOutlookClients)GroupGroup. withInfoCatalogs(List<String> infoCatalogs)GroupGroup. withIsArchived(Boolean isArchived)GroupGroup. withIsAssignableToRole(Boolean isAssignableToRole)GroupGroup. withIsFavorite(Boolean isFavorite)GroupGroup. withIsSubscribedByMail(Boolean isSubscribedByMail)GroupGroup. withLicenseProcessingState(LicenseProcessingState licenseProcessingState)GroupGroup. withMail(String mail)GroupGroup. withMailEnabled(Boolean mailEnabled)GroupGroup. withMailNickname(String mailNickname)GroupGroup. withMdmAppId(String mdmAppId)Returns an immutable copy ofthiswith just themdmAppIdfield changed.GroupGroup. withMembershipRule(String membershipRule)GroupGroup. withMembershipRuleProcessingState(String membershipRuleProcessingState)GroupGroup. withMembershipRuleProcessingStatus(MembershipRuleProcessingStatus membershipRuleProcessingStatus)GroupGroup. withOnPremisesDomainName(String onPremisesDomainName)GroupGroup. withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)GroupGroup. withOnPremisesNetBiosName(String onPremisesNetBiosName)GroupGroup. withOnPremisesProvisioningErrors(List<OnPremisesProvisioningError> onPremisesProvisioningErrors)GroupGroup. withOnPremisesSamAccountName(String onPremisesSamAccountName)GroupGroup. withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier)GroupGroup. withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled)GroupGroup. withOrganizationId(String organizationId)GroupGroup. withPreferredDataLocation(String preferredDataLocation)GroupGroup. withPreferredLanguage(String preferredLanguage)GroupGroup. withProxyAddresses(List<String> proxyAddresses)GroupGroup. withRenewedDateTime(OffsetDateTime renewedDateTime)GroupGroup. withResourceBehaviorOptions(List<String> resourceBehaviorOptions)GroupGroup. withResourceProvisioningOptions(List<String> resourceProvisioningOptions)GroupGroup. withSecurityEnabled(Boolean securityEnabled)GroupGroup. withSecurityIdentifier(String securityIdentifier)GroupGroup. withTheme(String theme)GroupGroup. withUnmappedField(String name, String value)GroupGroup. withUnseenConversationsCount(Integer unseenConversationsCount)GroupGroup. withUnseenCount(Integer unseenCount)GroupGroup. withUnseenMessagesCount(Integer unseenMessagesCount)GroupGroup. withVisibility(String visibility)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Group Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Group>Group. assignLicense(List<AssignedLicense> addLicenses, List<UUID> removeLicenses) -
Uses of Group in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Group Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Group>GroupCollectionRequest. delta() -
Uses of Group in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Group Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Group>GroupRequest. assignLicense(List<AssignedLicense> addLicenses, List<UUID> removeLicenses)
-