Uses of Class
odata.msgraph.client.beta.complex.RoleScopeTagInfo
-
Packages that use RoleScopeTagInfo Package Description odata.msgraph.client.beta.complex -
-
Uses of RoleScopeTagInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type RoleScopeTagInfo Modifier and Type Field Description protected List<RoleScopeTagInfo>AuditActor. userRoleScopeTagsMethods in odata.msgraph.client.beta.complex that return RoleScopeTagInfo Modifier and Type Method Description RoleScopeTagInfoRoleScopeTagInfo.Builder. build()RoleScopeTagInfoRoleScopeTagInfo. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.RoleScopeTagInfoRoleScopeTagInfo. withRoleScopeTagId(String roleScopeTagId)Returns an immutable copy ofthiswith just theroleScopeTagIdfield changed.RoleScopeTagInfoRoleScopeTagInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type RoleScopeTagInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RoleScopeTagInfo>AuditActor. getUserRoleScopeTags()“List of user scope tags when the audit was performed.”com.github.davidmoten.odata.client.CollectionPage<RoleScopeTagInfo>AuditActor. getUserRoleScopeTags(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of user scope tags when the audit was performed.”Methods in odata.msgraph.client.beta.complex with parameters of type RoleScopeTagInfo Modifier and Type Method Description AuditActor.BuilderAuditActor.Builder. userRoleScopeTags(RoleScopeTagInfo... userRoleScopeTags)“List of user scope tags when the audit was performed.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type RoleScopeTagInfo Modifier and Type Method Description AuditActor.BuilderAuditActor.Builder. userRoleScopeTags(List<RoleScopeTagInfo> userRoleScopeTags)“List of user scope tags when the audit was performed.”
-