Uses of Interface
com.okta.sdk.resource.application.ApplicationList
-
Packages that use ApplicationList Package Description com.okta.sdk.client com.okta.sdk.resource.group -
-
Uses of ApplicationList in com.okta.sdk.client
Methods in com.okta.sdk.client that return ApplicationList Modifier and Type Method Description ApplicationListClient. listApplications()List Applications Enumerates apps added to your organization with pagination.ApplicationListClient. listApplications(java.lang.String q, java.lang.String filter, java.lang.String expand, java.lang.Boolean includeNonDeleted)List Applications Enumerates apps added to your organization with pagination. -
Uses of ApplicationList in com.okta.sdk.resource.group
Methods in com.okta.sdk.resource.group that return ApplicationList Modifier and Type Method Description ApplicationListGroup. listApplications()List Assigned Applications Enumerates all applications that are assigned to a group.
-