Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.InvitationFeature
-
Packages that use InvitationFeature Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of InvitationFeature in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return InvitationFeature Modifier and Type Method Description InvitationFeatureInvitationFeature.Builder. build()Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type InvitationFeature Modifier and Type Method Description List<InvitationFeature>SenderInvitation. getInvitationFeatures()List of features that the invitation is being sent for.List<InvitationFeature>SenderInvitationSummary. getInvitationFeatures()List of features that the invitation is being sent for.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type InvitationFeature Modifier and Type Method Description InvitationFeature.BuilderInvitationFeature.Builder. copy(InvitationFeature model)Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type InvitationFeature Modifier and Type Method Description SenderInvitation.BuilderSenderInvitation.Builder. invitationFeatures(List<InvitationFeature> invitationFeatures)List of features that the invitation is being sent for.SenderInvitationSummary.BuilderSenderInvitationSummary.Builder. invitationFeatures(List<InvitationFeature> invitationFeatures)List of features that the invitation is being sent for.
-