Class OutboundSharedUserProfileRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<OutboundSharedUserProfile>
-
- odata.msgraph.client.beta.entity.request.OutboundSharedUserProfileRequest
-
public class OutboundSharedUserProfileRequest extends com.github.davidmoten.odata.client.EntityRequest<OutboundSharedUserProfile>
-
-
Constructor Summary
Constructors Constructor Description OutboundSharedUserProfileRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenantReferenceCollectionRequesttenants()TenantReferenceRequesttenants(String id)
-
-
-
Method Detail
-
tenants
public TenantReferenceRequest tenants(String id)
-
tenants
public TenantReferenceCollectionRequest tenants()
-
-