Options
All
  • Public
  • Public/Protected
  • All
Menu

This class defines an input for time plan and time policy.

Hierarchy

Index

Constructors

constructor

  • The constructor function that initializes the params to create the body of the GET request.

    Parameters

    • params: TimePlanPolicyObject

      defines the price list entry. For example: params = { timePlanId: "01t1H000004adiqQAA", timePolicyId: "a2n1H000001DGAuQAO" }

    Returns GetTimePlanPolicyInput

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apiNamespace

apiNamespace: string = SalesForceNamespace.restAPIPrefix

Salesforce organization.

params

The parameters required to get time plan and time policy information. The params object should look like below: params = { timePlanId: "01t1H000004adiqQAA", timePolicyId: "a2n1H000001DGAuQAO" }

remoteClass

remoteClass: string

Remote class that handles this request.

remoteMethod

remoteMethod: string

Remote method that handles this request.

restUrl

restUrl: string

Rest URL that handles this request.

Methods

getApexRestEndPoint

  • getApexRestEndPoint(): string
  • A method that returns the end point with apex rest url with namepsace if defined.

    Returns string

    • endpoint with apex rest url with apiNamespace if defined.

getEndPointWithNamespace

  • getEndPointWithNamespace(): string
  • A method that returns the end point with rest url and or namepsace.

    Returns string

    • endpoint with rest url and or apiNamespace.

Generated using TypeDoc