Uses of Class
odata.msgraph.client.complex.AppIdentity
-
Packages that use AppIdentity Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AppIdentity in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AppIdentity Modifier and Type Field Description protected AppIdentityAuditActivityInitiator. appMethods in odata.msgraph.client.complex that return AppIdentity Modifier and Type Method Description AppIdentityAppIdentity.Builder. build()AppIdentityAppIdentity. withAppId(String appId)AppIdentityAppIdentity. withDisplayName(String displayName)AppIdentityAppIdentity. withServicePrincipalId(String servicePrincipalId)AppIdentityAppIdentity. withServicePrincipalName(String servicePrincipalName)AppIdentityAppIdentity. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AppIdentity Modifier and Type Method Description Optional<AppIdentity>AuditActivityInitiator. getApp()Methods in odata.msgraph.client.complex with parameters of type AppIdentity Modifier and Type Method Description AuditActivityInitiator.BuilderAuditActivityInitiator.Builder. app(AppIdentity app)AuditActivityInitiatorAuditActivityInitiator. withApp(AppIdentity app) -
Uses of AppIdentity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AppIdentity Modifier and Type Field Description protected AppIdentityPrintTaskDefinition. createdByMethods in odata.msgraph.client.entity that return types with arguments of type AppIdentity Modifier and Type Method Description Optional<AppIdentity>PrintTaskDefinition. getCreatedBy()Methods in odata.msgraph.client.entity with parameters of type AppIdentity Modifier and Type Method Description PrintTaskDefinition.BuilderPrintTaskDefinition.Builder. createdBy(AppIdentity createdBy)PrintTaskDefinitionPrintTaskDefinition. withCreatedBy(AppIdentity createdBy)
-