Uses of Class
com.microsoft.graph.models.AccessPackageCatalog
Packages that use AccessPackageCatalog
-
Uses of AccessPackageCatalog in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageCatalogModifier and TypeMethodDescriptionstatic AccessPackageCatalogAccessPackageCatalog.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAccessPackage.getCatalog()Gets the catalog property value.AccessPackageAssignmentPolicy.getCatalog()Gets the catalog property value.AccessPackageResourceRequest.getCatalog()Gets the catalog property value.Methods in com.microsoft.graph.models that return types with arguments of type AccessPackageCatalogModifier and TypeMethodDescriptionEntitlementManagement.getCatalogs()Gets the catalogs property value.AccessPackageCatalogCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type AccessPackageCatalogModifier and TypeMethodDescriptionvoidAccessPackage.setCatalog(AccessPackageCatalog value) Sets the catalog property value.voidAccessPackageAssignmentPolicy.setCatalog(AccessPackageCatalog value) Sets the catalog property value.voidAccessPackageResourceRequest.setCatalog(AccessPackageCatalog value) Sets the catalog property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessPackageCatalogModifier and TypeMethodDescriptionvoidEntitlementManagement.setCatalogs(List<AccessPackageCatalog> value) Sets the catalogs property value.voidAccessPackageCatalogCollectionResponse.setValue(List<AccessPackageCatalog> value) Sets the value property value.