public class AddIn extends Entity
Entity.EntityBuilder<C extends Entity,B extends Entity.EntityBuilder<C,B>>| Constructor and Description |
|---|
AddIn(Id id,
AddInConfiguration configuration,
String url,
Boolean isInactive,
LocalDateTime updateTime,
String solutionId)
Initializes a new instance of the
AddIn class. |
public AddIn(Id id, AddInConfiguration configuration, String url, Boolean isInactive, LocalDateTime updateTime, String solutionId)
AddIn class.id - The identifier.configuration - The configuration.url - The url.isInactive - Whether the Add-In is inactive.updateTime - The timestamp when Add-In is changed.solutionId - The solution id of the AddIn.Copyright © 2024. All rights reserved.