Uses of Enum
com.chargebee.models.enums.EntityType
Packages that use EntityType
-
Uses of EntityType in com.chargebee.models
Methods in com.chargebee.models that return EntityTypeModifier and TypeMethodDescriptionComment.entityType()ResourceMigration.entityType()SiteMigrationDetail.entityType()Methods in com.chargebee.models that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionSiteMigrationDetail.SiteMigrationDetailListRequest.entityType()Methods in com.chargebee.models with parameters of type EntityTypeModifier and TypeMethodDescriptionComment.CommentListRequest.entityType(EntityType entityType) Comment.CreateRequest.entityType(EntityType entityType) ResourceMigration.RetrieveLatestRequest.entityType(EntityType entityType) Estimate.CreateInvoiceForItemsRequest.notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType) Estimate.CreateInvoiceRequest.notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType) Invoice.CloseRequest.notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType) Invoice.CreateForChargeItemsAndChargesRequest.notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType) Invoice.CreateRequest.notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType) -
Uses of EntityType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeReturns the enum constant of this type with the specified name.static EntityType[]EntityType.values()Returns an array containing the constants of this enum type, in the order they are declared.