Uses of Class
travel.wink.sdk.user.settings.model.BucketListEntryViewAuthenticatedEntity
Packages that use BucketListEntryViewAuthenticatedEntity
-
Uses of BucketListEntryViewAuthenticatedEntity in travel.wink.sdk.user.settings.api
Methods in travel.wink.sdk.user.settings.api that return types with arguments of type BucketListEntryViewAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> BucketListApi.oauth2AddBucketListEntry(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> BucketListApi.oauth2AddBucketListEntryWithHttpInfo(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listreactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> BucketListApi.oauth2RemoveBucketList(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> BucketListApi.oauth2RemoveBucketListWithHttpInfo(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifier -
Uses of BucketListEntryViewAuthenticatedEntity in travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.model that return BucketListEntryViewAuthenticatedEntityModifier and TypeMethodDescriptionBucketListEntryViewAuthenticatedEntity.createdDate(LocalDateTime createdDate) BucketListEntryViewAuthenticatedEntity.data(BucketListEntryAuthenticatedEntity data) BucketListEntryViewAuthenticatedEntity.lastUpdate(LocalDateTime lastUpdate)