Uses of Class
odata.msgraph.client.entity.RemoteAssistancePartner
-
Packages that use RemoteAssistancePartner Package Description odata.msgraph.client.entity -
-
Uses of RemoteAssistancePartner in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type RemoteAssistancePartner Modifier and Type Field Description protected List<RemoteAssistancePartner>DeviceManagement. remoteAssistancePartnersMethods in odata.msgraph.client.entity that return RemoteAssistancePartner Modifier and Type Method Description RemoteAssistancePartnerRemoteAssistancePartner.Builder. build()RemoteAssistancePartnerRemoteAssistancePartner. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RemoteAssistancePartnerRemoteAssistancePartner. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RemoteAssistancePartnerRemoteAssistancePartner. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.RemoteAssistancePartnerRemoteAssistancePartner. withLastConnectionDateTime(OffsetDateTime lastConnectionDateTime)Returns an immutable copy ofthiswith just thelastConnectionDateTimefield changed.RemoteAssistancePartnerRemoteAssistancePartner. withOnboardingStatus(RemoteAssistanceOnboardingStatus onboardingStatus)Returns an immutable copy ofthiswith just theonboardingStatusfield changed.RemoteAssistancePartnerRemoteAssistancePartner. withOnboardingUrl(String onboardingUrl)Returns an immutable copy ofthiswith just theonboardingUrlfield changed.RemoteAssistancePartnerRemoteAssistancePartner. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type RemoteAssistancePartner Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. remoteAssistancePartners(RemoteAssistancePartner... remoteAssistancePartners)“The remote assist partners.”Method parameters in odata.msgraph.client.entity with type arguments of type RemoteAssistancePartner Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. remoteAssistancePartners(List<RemoteAssistancePartner> remoteAssistancePartners)“The remote assist partners.”DeviceManagementDeviceManagement. withRemoteAssistancePartners(List<RemoteAssistancePartner> remoteAssistancePartners)Returns an immutable copy ofthiswith just theremoteAssistancePartnersfield changed.
-