Uses of Class
odata.msgraph.client.beta.complex.CloudPcUserRoleScopeTagInfo
-
Packages that use CloudPcUserRoleScopeTagInfo Package Description odata.msgraph.client.beta.complex -
-
Uses of CloudPcUserRoleScopeTagInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type CloudPcUserRoleScopeTagInfo Modifier and Type Field Description protected List<CloudPcUserRoleScopeTagInfo>CloudPcAuditActor. userRoleScopeTagsMethods in odata.msgraph.client.beta.complex that return CloudPcUserRoleScopeTagInfo Modifier and Type Method Description CloudPcUserRoleScopeTagInfoCloudPcUserRoleScopeTagInfo.Builder. build()CloudPcUserRoleScopeTagInfoCloudPcUserRoleScopeTagInfo. withDisplayName(String displayName)CloudPcUserRoleScopeTagInfoCloudPcUserRoleScopeTagInfo. withRoleScopeTagId(String roleScopeTagId)CloudPcUserRoleScopeTagInfoCloudPcUserRoleScopeTagInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type CloudPcUserRoleScopeTagInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CloudPcUserRoleScopeTagInfo>CloudPcAuditActor. getUserRoleScopeTags()com.github.davidmoten.odata.client.CollectionPage<CloudPcUserRoleScopeTagInfo>CloudPcAuditActor. getUserRoleScopeTags(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type CloudPcUserRoleScopeTagInfo Modifier and Type Method Description CloudPcAuditActor.BuilderCloudPcAuditActor.Builder. userRoleScopeTags(CloudPcUserRoleScopeTagInfo... userRoleScopeTags)Method parameters in odata.msgraph.client.beta.complex with type arguments of type CloudPcUserRoleScopeTagInfo Modifier and Type Method Description CloudPcAuditActor.BuilderCloudPcAuditActor.Builder. userRoleScopeTags(List<CloudPcUserRoleScopeTagInfo> userRoleScopeTags)
-