Uses of Class
travel.wink.sdk.user.settings.model.ManagingEntity
Packages that use ManagingEntity
-
Uses of ManagingEntity in travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.model that return ManagingEntityModifier and TypeMethodDescription@NotNull @Valid ManagingEntityUpdateApplicationResponse.getEntity()Name of the application.@NotNull @Valid ManagingEntityUpsertApplicationRequest.getEntity()Name of the application.@NotNull @Valid ManagingEntityUpsertWebhookRequest.getEntity()Name of the application.ManagingEntity.identifier(String identifier) ManagingEntity.priceLookupKey(ManagingEntity.PriceLookupKeyEnum priceLookupKey) ManagingEntity.subType(ManagingEntity.SubTypeEnum subType) ManagingEntity.type(ManagingEntity.TypeEnum type) Methods in travel.wink.sdk.user.settings.model with parameters of type ManagingEntityModifier and TypeMethodDescriptionUpdateApplicationResponse.entity(ManagingEntity entity) UpsertApplicationRequest.entity(ManagingEntity entity) UpsertWebhookRequest.entity(ManagingEntity entity) voidUpdateApplicationResponse.setEntity(ManagingEntity entity) voidUpsertApplicationRequest.setEntity(ManagingEntity entity) voidUpsertWebhookRequest.setEntity(ManagingEntity entity)