Class InboundSharedUserProfileRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<InboundSharedUserProfile>
-
- odata.msgraph.client.beta.entity.request.InboundSharedUserProfileRequest
-
public class InboundSharedUserProfileRequest extends com.github.davidmoten.odata.client.EntityRequest<InboundSharedUserProfile>
-
-
Constructor Summary
Constructors Constructor Description InboundSharedUserProfileRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnexportPersonalData(String storageLocation)com.github.davidmoten.odata.client.ActionRequestNoReturnremovePersonalData()
-
-
-
Method Detail
-
exportPersonalData
public com.github.davidmoten.odata.client.ActionRequestNoReturn exportPersonalData(String storageLocation)
-
removePersonalData
public com.github.davidmoten.odata.client.ActionRequestNoReturn removePersonalData()
-
-