Class TeamworkRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Teamwork>
-
- odata.msgraph.client.beta.entity.request.TeamworkRequest
-
public class TeamworkRequest extends com.github.davidmoten.odata.client.EntityRequest<Teamwork>
-
-
Constructor Summary
Constructors Constructor Description TeamworkRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkforceIntegrationCollectionRequestworkforceIntegrations()WorkforceIntegrationRequestworkforceIntegrations(String id)
-
-
-
Method Detail
-
workforceIntegrations
public WorkforceIntegrationCollectionRequest workforceIntegrations()
-
workforceIntegrations
public WorkforceIntegrationRequest workforceIntegrations(String id)
-
-