Network Program Service
Types
Link copied to clipboard
interface WithRawResponse
A view of NetworkProgramService that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
abstract fun list(params: NetworkProgramListParams = NetworkProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): NetworkProgramListPage
List network programs.
Link copied to clipboard
abstract fun retrieve(params: NetworkProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): NetworkProgram
open fun retrieve(networkProgramToken: String, params: NetworkProgramRetrieveParams = NetworkProgramRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): NetworkProgram
Get network program.
Link copied to clipboard
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.