Uses of Class
com.mypurecloud.sdk.v2.model.NamedEntity
Packages that use NamedEntity
-
Uses of NamedEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NamedEntityModifier and TypeMethodDescriptionTokenInfo.getHomeOrganization()BillingInvoiceItem.getOrganization()OrgOAuthClient.getOrganization()TokenInfo.getOrganization()TrusteeBillingOverview.getOrganization()MediaEndpointStatistics.getStation()MediaEndpointStatistics.getUser()Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type NamedEntityModifier and TypeMethodDescriptionBillingCharge.getOrganizations()BillingPlan.getOrganizations()BillingWallet.getOrganizations()Methods in com.mypurecloud.sdk.v2.model with parameters of type NamedEntityModifier and TypeMethodDescriptionBillingInvoiceItem.organization(NamedEntity organization) A Genesys Cloud Organization.TrusteeBillingOverview.organization(NamedEntity organization) OrganizationvoidBillingInvoiceItem.setOrganization(NamedEntity organization) voidTrusteeBillingOverview.setOrganization(NamedEntity organization) voidMediaEndpointStatistics.setStation(NamedEntity station) voidMediaEndpointStatistics.setUser(NamedEntity user) MediaEndpointStatistics.station(NamedEntity station) Station information associated with media endpointMediaEndpointStatistics.user(NamedEntity user) User information associated media endpointMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type NamedEntityModifier and TypeMethodDescriptionBillingCharge.organizations(List<NamedEntity> organizations) List of plans within the organization.BillingPlan.organizations(List<NamedEntity> organizations) List of organizations for the plan.BillingWallet.organizations(List<NamedEntity> organizations) A Genesys Cloud Organization and it's related plans.voidBillingCharge.setOrganizations(List<NamedEntity> organizations) voidBillingPlan.setOrganizations(List<NamedEntity> organizations) voidBillingWallet.setOrganizations(List<NamedEntity> organizations)