@Generated public class CreateInstallationRequest extends Object
Constructor and Description |
---|
CreateInstallationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConsumerTerms |
getAcceptedConsumerTerms() |
String |
getCatalogName() |
String |
getListingId() |
DeltaSharingRecipientType |
getRecipientType() |
RepoInstallation |
getRepoDetail() |
String |
getShareName() |
int |
hashCode() |
CreateInstallationRequest |
setAcceptedConsumerTerms(ConsumerTerms acceptedConsumerTerms) |
CreateInstallationRequest |
setCatalogName(String catalogName) |
CreateInstallationRequest |
setListingId(String listingId) |
CreateInstallationRequest |
setRecipientType(DeltaSharingRecipientType recipientType) |
CreateInstallationRequest |
setRepoDetail(RepoInstallation repoDetail) |
CreateInstallationRequest |
setShareName(String shareName) |
String |
toString() |
public CreateInstallationRequest setAcceptedConsumerTerms(ConsumerTerms acceptedConsumerTerms)
public ConsumerTerms getAcceptedConsumerTerms()
public CreateInstallationRequest setCatalogName(String catalogName)
public String getCatalogName()
public CreateInstallationRequest setListingId(String listingId)
public String getListingId()
public CreateInstallationRequest setRecipientType(DeltaSharingRecipientType recipientType)
public DeltaSharingRecipientType getRecipientType()
public CreateInstallationRequest setRepoDetail(RepoInstallation repoDetail)
public RepoInstallation getRepoDetail()
public CreateInstallationRequest setShareName(String shareName)
public String getShareName()
Copyright © 2024. All rights reserved.