Uses of Class
odata.msgraph.client.beta.managed.tenants.entity.TenantTag
-
Packages that use TenantTag Package Description odata.msgraph.client.beta.managed.tenants.entity odata.msgraph.client.beta.managed.tenants.entity.request -
-
Uses of TenantTag in odata.msgraph.client.beta.managed.tenants.entity
Methods in odata.msgraph.client.beta.managed.tenants.entity that return TenantTag Modifier and Type Method Description TenantTagTenantTag.Builder. build()TenantTagTenantTag. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TenantTagTenantTag. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TenantTagTenantTag. withCreatedByUserId(String createdByUserId)TenantTagTenantTag. withCreatedDateTime(OffsetDateTime createdDateTime)TenantTagTenantTag. withDeletedDateTime(OffsetDateTime deletedDateTime)TenantTagTenantTag. withDescription(String description)TenantTagTenantTag. withDisplayName(String displayName)TenantTagTenantTag. withLastActionByUserId(String lastActionByUserId)TenantTagTenantTag. withLastActionDateTime(OffsetDateTime lastActionDateTime)TenantTagTenantTag. withTenants(List<TenantInfo> tenants)TenantTagTenantTag. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type TenantTag Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TenantTag>TenantTag. assignTag(List<String> tenantIds)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TenantTag>TenantTag. unassignTag(List<String> tenantIds) -
Uses of TenantTag in odata.msgraph.client.beta.managed.tenants.entity.request
Methods in odata.msgraph.client.beta.managed.tenants.entity.request that return types with arguments of type TenantTag Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TenantTag>TenantTagRequest. assignTag(List<String> tenantIds)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TenantTag>TenantTagRequest. unassignTag(List<String> tenantIds)
-