Class Group
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.DirectoryObject
-
- odata.msgraph.client.entity.Group
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Group extends DirectoryObject implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.ChangeTracking
Supported = true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroup.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.entity.DirectoryObject
deletedDateTime
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroup()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.entity.DirectoryObject
builderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTime
-
-
-
-
Field Detail
-
assignedLabels
protected List<AssignedLabel> assignedLabels
-
assignedLabelsNextLink
protected String assignedLabelsNextLink
-
assignedLicenses
protected List<AssignedLicense> assignedLicenses
-
assignedLicensesNextLink
protected String assignedLicensesNextLink
-
classification
protected String classification
-
createdDateTime
protected OffsetDateTime createdDateTime
-
description
protected String description
-
displayName
protected String displayName
-
expirationDateTime
protected OffsetDateTime expirationDateTime
-
groupTypesNextLink
protected String groupTypesNextLink
-
hasMembersWithLicenseErrors
protected Boolean hasMembersWithLicenseErrors
-
isAssignableToRole
protected Boolean isAssignableToRole
-
licenseProcessingState
protected LicenseProcessingState licenseProcessingState
-
mail
protected String mail
-
mailEnabled
protected Boolean mailEnabled
-
mailNickname
protected String mailNickname
-
membershipRule
protected String membershipRule
-
membershipRuleProcessingState
protected String membershipRuleProcessingState
-
onPremisesDomainName
protected String onPremisesDomainName
-
onPremisesLastSyncDateTime
protected OffsetDateTime onPremisesLastSyncDateTime
-
onPremisesNetBiosName
protected String onPremisesNetBiosName
-
onPremisesProvisioningErrors
protected List<OnPremisesProvisioningError> onPremisesProvisioningErrors
-
onPremisesProvisioningErrorsNextLink
protected String onPremisesProvisioningErrorsNextLink
-
onPremisesSamAccountName
protected String onPremisesSamAccountName
-
onPremisesSecurityIdentifier
protected String onPremisesSecurityIdentifier
-
onPremisesSyncEnabled
protected Boolean onPremisesSyncEnabled
-
preferredDataLocation
protected String preferredDataLocation
-
preferredLanguage
protected String preferredLanguage
-
proxyAddressesNextLink
protected String proxyAddressesNextLink
-
renewedDateTime
protected OffsetDateTime renewedDateTime
-
securityEnabled
protected Boolean securityEnabled
-
securityIdentifier
protected String securityIdentifier
-
serviceProvisioningErrors
protected List<ServiceProvisioningError> serviceProvisioningErrors
-
serviceProvisioningErrorsNextLink
protected String serviceProvisioningErrorsNextLink
-
theme
protected String theme
-
visibility
protected String visibility
-
allowExternalSenders
protected Boolean allowExternalSenders
-
autoSubscribeNewMembers
protected Boolean autoSubscribeNewMembers
-
hideFromAddressLists
protected Boolean hideFromAddressLists
-
hideFromOutlookClients
protected Boolean hideFromOutlookClients
-
isSubscribedByMail
protected Boolean isSubscribedByMail
-
unseenCount
protected Integer unseenCount
-
isArchived
protected Boolean isArchived
-
appRoleAssignments
protected List<AppRoleAssignment> appRoleAssignments
-
permissionGrants
protected List<ResourceSpecificPermissionGrant> permissionGrants
-
settings
protected List<GroupSetting> settings
-
acceptedSenders
protected List<DirectoryObject> acceptedSenders
-
calendar
protected Calendar calendar
-
conversations
protected List<Conversation> conversations
-
rejectedSenders
protected List<DirectoryObject> rejectedSenders
-
threads
protected List<ConversationThread> threads
-
drive
protected Drive drive
-
groupLifecyclePolicies
protected List<GroupLifecyclePolicy> groupLifecyclePolicies
-
planner
protected PlannerGroup planner
-
onenote
protected Onenote onenote
-
photo
protected ProfilePhoto photo
-
photos
protected List<ProfilePhoto> photos
-
team
protected Team team
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDirectoryObject
-
builderGroup
public static Group.Builder builderGroup()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classDirectoryObject
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDirectoryObject
-
getAssignedLabels
public com.github.davidmoten.odata.client.CollectionPage<AssignedLabel> getAssignedLabels()
-
withAssignedLabels
public Group withAssignedLabels(List<AssignedLabel> assignedLabels)
-
getAssignedLabels
public com.github.davidmoten.odata.client.CollectionPage<AssignedLabel> getAssignedLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAssignedLicenses
public com.github.davidmoten.odata.client.CollectionPage<AssignedLicense> getAssignedLicenses()
-
withAssignedLicenses
public Group withAssignedLicenses(List<AssignedLicense> assignedLicenses)
-
getAssignedLicenses
public com.github.davidmoten.odata.client.CollectionPage<AssignedLicense> getAssignedLicenses(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public Group withCreatedDateTime(OffsetDateTime createdDateTime)
-
getExpirationDateTime
public Optional<OffsetDateTime> getExpirationDateTime()
-
withExpirationDateTime
public Group withExpirationDateTime(OffsetDateTime expirationDateTime)
-
getGroupTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getGroupTypes()
-
getGroupTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getGroupTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withHasMembersWithLicenseErrors
public Group withHasMembersWithLicenseErrors(Boolean hasMembersWithLicenseErrors)
-
getLicenseProcessingState
public Optional<LicenseProcessingState> getLicenseProcessingState()
-
withLicenseProcessingState
public Group withLicenseProcessingState(LicenseProcessingState licenseProcessingState)
-
withMembershipRuleProcessingState
public Group withMembershipRuleProcessingState(String membershipRuleProcessingState)
-
getOnPremisesLastSyncDateTime
public Optional<OffsetDateTime> getOnPremisesLastSyncDateTime()
-
withOnPremisesLastSyncDateTime
public Group withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)
-
getOnPremisesProvisioningErrors
public com.github.davidmoten.odata.client.CollectionPage<OnPremisesProvisioningError> getOnPremisesProvisioningErrors()
-
withOnPremisesProvisioningErrors
public Group withOnPremisesProvisioningErrors(List<OnPremisesProvisioningError> onPremisesProvisioningErrors)
-
getOnPremisesProvisioningErrors
public com.github.davidmoten.odata.client.CollectionPage<OnPremisesProvisioningError> getOnPremisesProvisioningErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withOnPremisesSamAccountName
public Group withOnPremisesSamAccountName(String onPremisesSamAccountName)
-
withOnPremisesSecurityIdentifier
public Group withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier)
-
getProxyAddresses
public com.github.davidmoten.odata.client.CollectionPage<String> getProxyAddresses()
-
getProxyAddresses
public com.github.davidmoten.odata.client.CollectionPage<String> getProxyAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getRenewedDateTime
public Optional<OffsetDateTime> getRenewedDateTime()
-
withRenewedDateTime
public Group withRenewedDateTime(OffsetDateTime renewedDateTime)
-
getServiceProvisioningErrors
public com.github.davidmoten.odata.client.CollectionPage<ServiceProvisioningError> getServiceProvisioningErrors()
-
withServiceProvisioningErrors
public Group withServiceProvisioningErrors(List<ServiceProvisioningError> serviceProvisioningErrors)
-
getServiceProvisioningErrors
public com.github.davidmoten.odata.client.CollectionPage<ServiceProvisioningError> getServiceProvisioningErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAutoSubscribeNewMembers
public Group withAutoSubscribeNewMembers(Boolean autoSubscribeNewMembers)
-
withUnmappedField
public Group withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classDirectoryObject
-
getAppRoleAssignments
public AppRoleAssignmentCollectionRequest getAppRoleAssignments()
-
getCreatedOnBehalfOf
public DirectoryObjectRequest getCreatedOnBehalfOf()
-
getMemberOf
public DirectoryObjectCollectionRequest getMemberOf()
-
getMembers
public DirectoryObjectCollectionRequest getMembers()
-
getMembersWithLicenseErrors
public DirectoryObjectCollectionRequest getMembersWithLicenseErrors()
-
getOwners
public DirectoryObjectCollectionRequest getOwners()
-
getPermissionGrants
public ResourceSpecificPermissionGrantCollectionRequest getPermissionGrants()
-
getSettings
public GroupSettingCollectionRequest getSettings()
-
getTransitiveMemberOf
public DirectoryObjectCollectionRequest getTransitiveMemberOf()
-
getTransitiveMembers
public DirectoryObjectCollectionRequest getTransitiveMembers()
-
getAcceptedSenders
public DirectoryObjectCollectionRequest getAcceptedSenders()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Returns:
- navigational property acceptedSenders
-
getCalendar
public CalendarRequest getCalendar()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Returns:
- navigational property calendar
-
getCalendarView
public EventCollectionRequest getCalendarView()
Org.OData.Capabilities.V1.ChangeTracking
Supported = true
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Returns:
- navigational property calendarView
-
getConversations
public ConversationCollectionRequest getConversations()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Returns:
- navigational property conversations
-
getEvents
public EventCollectionRequest getEvents()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
- Returns:
- navigational property events
-
getRejectedSenders
public DirectoryObjectCollectionRequest getRejectedSenders()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Returns:
- navigational property rejectedSenders
-
getThreads
public ConversationThreadCollectionRequest getThreads()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
- Returns:
- navigational property threads
-
getDrive
public DriveRequest getDrive()
-
getDrives
public DriveCollectionRequest getDrives()
-
getSites
public SiteCollectionRequest getSites()
-
getExtensions
public ExtensionCollectionRequest getExtensions()
-
getGroupLifecyclePolicies
public GroupLifecyclePolicyCollectionRequest getGroupLifecyclePolicies()
-
getPlanner
public PlannerGroupRequest getPlanner()
-
getOnenote
public OnenoteRequest getOnenote()
-
getPhoto
public ProfilePhotoRequest getPhoto()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = true
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
- Returns:
- navigational property photo
-
getPhotos
public ProfilePhotoCollectionRequest getPhotos()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Returns:
- navigational property photos
-
getTeam
public TeamRequest getTeam()
-
withAppRoleAssignments
public Group withAppRoleAssignments(List<AppRoleAssignment> appRoleAssignments)
-
withPermissionGrants
public Group withPermissionGrants(List<ResourceSpecificPermissionGrant> permissionGrants)
-
withSettings
public Group withSettings(List<GroupSetting> settings)
-
withAcceptedSenders
public Group withAcceptedSenders(List<DirectoryObject> acceptedSenders)
Returns an immutable copy ofthiswith just theacceptedSendersfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Parameters:
acceptedSenders- new value ofacceptedSendersfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theacceptedSendersfield changed
-
withCalendar
public Group withCalendar(Calendar calendar)
Returns an immutable copy ofthiswith just thecalendarfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Parameters:
calendar- new value ofcalendarfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecalendarfield changed
-
withCalendarView
public Group withCalendarView(List<Event> calendarView)
Returns an immutable copy ofthiswith just thecalendarViewfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = true
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Parameters:
calendarView- new value ofcalendarViewfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecalendarViewfield changed
-
withConversations
public Group withConversations(List<Conversation> conversations)
Returns an immutable copy ofthiswith just theconversationsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Parameters:
conversations- new value ofconversationsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theconversationsfield changed
-
withEvents
public Group withEvents(List<Event> events)
Returns an immutable copy ofthiswith just theeventsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
- Parameters:
events- new value ofeventsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theeventsfield changed
-
withRejectedSenders
public Group withRejectedSenders(List<DirectoryObject> rejectedSenders)
Returns an immutable copy ofthiswith just therejectedSendersfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Parameters:
rejectedSenders- new value ofrejectedSendersfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therejectedSendersfield changed
-
withThreads
public Group withThreads(List<ConversationThread> threads)
Returns an immutable copy ofthiswith just thethreadsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
- Parameters:
threads- new value ofthreadsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thethreadsfield changed
-
withGroupLifecyclePolicies
public Group withGroupLifecyclePolicies(List<GroupLifecyclePolicy> groupLifecyclePolicies)
-
withPlanner
public Group withPlanner(PlannerGroup planner)
-
withPhoto
public Group withPhoto(ProfilePhoto photo)
Returns an immutable copy ofthiswith just thephotofield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = true
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
- Parameters:
photo- new value ofphotofield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thephotofield changed
-
withPhotos
public Group withPhotos(List<ProfilePhoto> photos)
Returns an immutable copy ofthiswith just thephotosfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
- Parameters:
photos- new value ofphotosfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thephotosfield changed
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDirectoryObject
-
patch
public Group patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classDirectoryObject- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Group put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classDirectoryObject- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
assignLicense
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Group> assignLicense(List<AssignedLicense> addLicenses, List<UUID> removeLicenses)
-
retryServiceProvisioning
public com.github.davidmoten.odata.client.ActionRequestNoReturn retryServiceProvisioning()
-
checkGrantedPermissionsForApp
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResourceSpecificPermissionGrant> checkGrantedPermissionsForApp()
-
validateProperties
public com.github.davidmoten.odata.client.ActionRequestNoReturn validateProperties(String displayName, String mailNickname, UUID onBehalfOfUserId)
-
addFavorite
public com.github.davidmoten.odata.client.ActionRequestNoReturn addFavorite()
-
removeFavorite
public com.github.davidmoten.odata.client.ActionRequestNoReturn removeFavorite()
-
resetUnseenCount
public com.github.davidmoten.odata.client.ActionRequestNoReturn resetUnseenCount()
-
subscribeByMail
public com.github.davidmoten.odata.client.ActionRequestNoReturn subscribeByMail()
-
unsubscribeByMail
public com.github.davidmoten.odata.client.ActionRequestNoReturn unsubscribeByMail()
-
renew
public com.github.davidmoten.odata.client.ActionRequestNoReturn renew()
-
toString
public String toString()
- Overrides:
toStringin classDirectoryObject
-
-