Beispiel #1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && messageId != null)
     {
         return($"{parent.Path()}/message-store/{messageId}");
     }
     return($"{parent.Path()}/message-store");
 }
Beispiel #2
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && ruleId != null)
     {
         return($"{parent.Path()}/answering-rule/{ruleId}");
     }
     return($"{parent.Path()}/answering-rule");
 }
Beispiel #3
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && locationId != null)
     {
         return($"{parent.Path()}/emergency-locations/{locationId}");
     }
     return($"{parent.Path()}/emergency-locations");
 }
Beispiel #4
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && ringoutId != null)
     {
         return($"{parent.Path()}/ring-out/{ringoutId}");
     }
     return($"{parent.Path()}/ring-out");
 }
Beispiel #5
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && forwardingNumberId != null)
     {
         return($"{parent.Path()}/forwarding-number/{forwardingNumberId}");
     }
     return($"{parent.Path()}/forwarding-number");
 }
Beispiel #6
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && meetingId != null)
     {
         return($"{parent.Path()}/meeting/{meetingId}");
     }
     return($"{parent.Path()}/meeting");
 }
Beispiel #7
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && scaleSize != null)
     {
         return($"{parent.Path()}/profile-image/{scaleSize}");
     }
     return($"{parent.Path()}/profile-image");
 }
Beispiel #8
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && callRecordId != null)
     {
         return($"{parent.Path()}/call-log/{callRecordId}");
     }
     return($"{parent.Path()}/call-log");
 }
Beispiel #9
0
 public string Path()
 {
     return($"{parent.Path()}/mms");
 }
Beispiel #10
0
 public string Path()
 {
     return($"{parent.Path()}/call-queues");
 }
Beispiel #11
0
 public string Path()
 {
     return($"{parent.Path()}/presence");
 }
Beispiel #12
0
 public string Path()
 {
     return($"{parent.Path()}/favorite");
 }
Beispiel #13
0
 public string Path()
 {
     return($"{parent.Path()}/assigned-role");
 }
Beispiel #14
0
 public string Path()
 {
     return($"{parent.Path()}/caller-blocking");
 }
Beispiel #15
0
 public string Path()
 {
     return($"{parent.Path()}/grant");
 }
Beispiel #16
0
 public string Path()
 {
     return($"{parent.Path()}/address-book-sync");
 }
Beispiel #17
0
 public string Path()
 {
     return($"{parent.Path()}/administered-sites");
 }
Beispiel #18
0
 public string Path()
 {
     return($"{parent.Path()}/video-configuration");
 }
Beispiel #19
0
 public string Path()
 {
     return($"{parent.Path()}/meeting-recordings");
 }
Beispiel #20
0
 public string Path()
 {
     return($"{parent.Path()}/device");
 }
Beispiel #21
0
 public string Path()
 {
     return($"{parent.Path()}/call-log-sync");
 }
Beispiel #22
0
 public string Path()
 {
     return($"{parent.Path()}/phone-number");
 }
Beispiel #23
0
 public string Path()
 {
     return($"{parent.Path()}/authz-profile");
 }
Beispiel #24
0
 public string Path()
 {
     return($"{parent.Path()}/caller-id");
 }
Beispiel #25
0
 public string Path()
 {
     return($"{parent.Path()}/business-hours");
 }
Beispiel #26
0
 public string Path()
 {
     return($"{parent.Path()}/emergency-locations");
 }
Beispiel #27
0
 public string Path()
 {
     return($"{parent.Path()}/meetings-configuration");
 }
Beispiel #28
0
 public string Path()
 {
     return($"{parent.Path()}/call-queue-presence");
 }
Beispiel #29
0
 public string Path()
 {
     return($"{parent.Path()}/features");
 }
Beispiel #30
0
 public string Path()
 {
     return($"{parent.Path()}/conferencing");
 }