Uses of Class
odata.msgraph.client.complex.ApplicationServicePrincipal
-
Packages that use ApplicationServicePrincipal Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ApplicationServicePrincipal in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ApplicationServicePrincipal Modifier and Type Method Description ApplicationServicePrincipalApplicationServicePrincipal.Builder. build()ApplicationServicePrincipalApplicationServicePrincipal. withUnmappedField(String name, Object value) -
Uses of ApplicationServicePrincipal in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type ApplicationServicePrincipal Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ApplicationServicePrincipal>ApplicationTemplate. instantiate(String displayName) -
Uses of ApplicationServicePrincipal in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type ApplicationServicePrincipal Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ApplicationServicePrincipal>ApplicationTemplateRequest. instantiate(String displayName)
-