Uses of Class
odata.msgraph.client.complex.AddIn
-
Packages that use AddIn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AddIn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AddIn Modifier and Type Method Description AddInAddIn.Builder. build()AddInAddIn. withId(UUID id)AddInAddIn. withType(String type)AddInAddIn. withUnmappedField(String name, String value) -
Uses of AddIn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AddIn Modifier and Type Field Description protected List<AddIn>Application. addInsprotected List<AddIn>ServicePrincipal. addInsMethods in odata.msgraph.client.entity that return types with arguments of type AddIn Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AddIn>Application. getAddIns()com.github.davidmoten.odata.client.CollectionPage<AddIn>Application. getAddIns(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AddIn>ServicePrincipal. getAddIns()com.github.davidmoten.odata.client.CollectionPage<AddIn>ServicePrincipal. getAddIns(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AddIn Modifier and Type Method Description Application.BuilderApplication.Builder. addIns(AddIn... addIns)ServicePrincipal.BuilderServicePrincipal.Builder. addIns(AddIn... addIns)Method parameters in odata.msgraph.client.entity with type arguments of type AddIn Modifier and Type Method Description Application.BuilderApplication.Builder. addIns(List<AddIn> addIns)ServicePrincipal.BuilderServicePrincipal.Builder. addIns(List<AddIn> addIns)ApplicationApplication. withAddIns(List<AddIn> addIns)ServicePrincipalServicePrincipal. withAddIns(List<AddIn> addIns)
-