Uses of Class
com.adyen.model.balanceplatform.ScaEntityType
-
Packages that use ScaEntityType Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of ScaEntityType in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ScaEntityType Modifier and Type Method Description static ScaEntityTypeScaEntityType. fromValue(String value)ScaEntityTypeApproveAssociationRequest. getEntityType()Get entityTypeScaEntityTypeAssociation. getEntityType()Get entityTypeScaEntityTypeAssociationListing. getEntityType()Get entityTypeScaEntityTypeRemoveAssociationRequest. getEntityType()Get entityTypeScaEntityTypeScaEntity. getType()Get typestatic ScaEntityTypeScaEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaEntityType[]ScaEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type ScaEntityType Modifier and Type Method Description ApproveAssociationRequestApproveAssociationRequest. entityType(ScaEntityType entityType)entityTypeAssociationAssociation. entityType(ScaEntityType entityType)entityTypeAssociationListingAssociationListing. entityType(ScaEntityType entityType)entityTypeRemoveAssociationRequestRemoveAssociationRequest. entityType(ScaEntityType entityType)entityTypevoidApproveAssociationRequest. setEntityType(ScaEntityType entityType)entityTypevoidAssociation. setEntityType(ScaEntityType entityType)entityTypevoidAssociationListing. setEntityType(ScaEntityType entityType)entityTypevoidRemoveAssociationRequest. setEntityType(ScaEntityType entityType)entityTypevoidScaEntity. setType(ScaEntityType type)typeScaEntityScaEntity. type(ScaEntityType type)type -
Uses of ScaEntityType in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type ScaEntityType Modifier and Type Method Description ListAssociationsResponseScaAssociationManagementApi. listAssociations(ScaEntityType entityType, String entityId, Integer pageSize, Integer pageNumber)Get a list of devices associated with an entityListAssociationsResponseScaAssociationManagementApi. listAssociations(ScaEntityType entityType, String entityId, Integer pageSize, Integer pageNumber, RequestOptions requestOptions)Get a list of devices associated with an entity
-