Record Class SkillsGetDiscoveryPathsParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SkillsGetDiscoveryPathsParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SkillsGetDiscoveryPathsParams(List<String> projectPaths, Boolean excludeHostSkills)
extends Record
Optional project paths to enumerate.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSkillsGetDiscoveryPathsParams(List<String> projectPaths, Boolean excludeHostSkills) Creates an instance of aSkillsGetDiscoveryPathsParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexcludeHostSkillsrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theprojectPathsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SkillsGetDiscoveryPathsParams
Creates an instance of aSkillsGetDiscoveryPathsParamsrecord class.- Parameters:
projectPaths- the value for theprojectPathsrecord componentexcludeHostSkills- the value for theexcludeHostSkillsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
projectPaths
-
excludeHostSkills
Returns the value of theexcludeHostSkillsrecord component.- Returns:
- the value of the
excludeHostSkillsrecord component
-