Uses of Class
odata.msgraph.client.beta.entity.AppScope
-
Packages that use AppScope Package Description odata.msgraph.client.beta.entity -
-
Uses of AppScope in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AppScope Modifier and Type Method Description AppScopeAppScope.Builder. build()AppScopeAppScope. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppScopeAppScope. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppScopeAppScope. withDisplayName(String displayName)AppScopeAppScope. withType(String type)AppScopeAppScope. withUnmappedField(String name, String value)
-