Uses of Class
odata.msgraph.client.beta.complex.AddIn
-
Packages that use AddIn Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AddIn in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AddIn Modifier and Type Method Description AddInAddIn.Builder. build()AddInAddIn. withId(String id)AddInAddIn. withType(String type)AddInAddIn. withUnmappedField(String name, String value) -
Uses of AddIn in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AddIn Modifier and Type Field Description protected List<AddIn>ServicePrincipal. addInsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AddIn Modifier and Type Method Description 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.beta.entity with parameters of type AddIn Modifier and Type Method Description ServicePrincipal.BuilderServicePrincipal.Builder. addIns(AddIn... addIns)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AddIn Modifier and Type Method Description ServicePrincipal.BuilderServicePrincipal.Builder. addIns(List<AddIn> addIns)ServicePrincipalServicePrincipal. withAddIns(List<AddIn> addIns)
-