Class TenantTagRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<TenantTag>
-
- odata.msgraph.client.beta.managed.tenants.entity.request.TenantTagRequest
-
public class TenantTagRequest extends com.github.davidmoten.odata.client.EntityRequest<TenantTag>
-
-
Constructor Summary
Constructors Constructor Description TenantTagRequest(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.ActionRequestReturningNonCollectionUnwrapped<TenantTag>assignTag(List<String> tenantIds)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TenantTag>unassignTag(List<String> tenantIds)
-